mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
parameters types
This commit is contained in:
@@ -121,12 +121,12 @@ export class SearchResultsRowComponent implements OnInit, OnDestroy {
|
||||
return this.node.entry.isFile;
|
||||
}
|
||||
|
||||
showPreview(event) {
|
||||
showPreview(event: MouseEvent) {
|
||||
event.stopPropagation();
|
||||
this.store.dispatch(new ViewFileAction(this.node));
|
||||
}
|
||||
|
||||
navigate(event) {
|
||||
navigate(event: MouseEvent) {
|
||||
event.stopPropagation();
|
||||
this.store.dispatch(new NavigateToFolder(this.node));
|
||||
}
|
||||
|
Reference in New Issue
Block a user