fixed missing method
This commit is contained in:
parent
c11de4c29c
commit
48064bf0d1
@ -416,4 +416,8 @@ export class FilePreviewScreenComponent implements OnInit {
|
||||
);
|
||||
this._changeDetectorRef.detectChanges();
|
||||
}
|
||||
|
||||
preventArrowDefault($event: KeyboardEvent) {
|
||||
$event.preventDefault();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user