mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
node-click and node-dblclick DOM events (#1863)
Extra DOM events with bubbling support for DocumentList: - node-click - node-dblclick
This commit is contained in:
committed by
Eugenio Romano
parent
5c7d53230d
commit
07d898b2aa
@@ -28,7 +28,7 @@ describe('ContentColumnList', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
let service = new DocumentListServiceMock();
|
||||
documentList = new DocumentListComponent(service, null, null);
|
||||
documentList = new DocumentListComponent(service, null, null, null);
|
||||
columnList = new ContentColumnListComponent(documentList);
|
||||
});
|
||||
|
||||
|
@@ -27,7 +27,7 @@ describe('ContentColumn', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
let service = new DocumentListServiceMock();
|
||||
documentList = new DocumentListComponent(service, null, null);
|
||||
documentList = new DocumentListComponent(service, null, null, null);
|
||||
columnList = new ContentColumnListComponent(documentList);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user