mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
new pagination
This commit is contained in:
@@ -154,10 +154,6 @@ export class ViewerComponent {
|
||||
let key = event.keyCode;
|
||||
if (key === 27) { //esc
|
||||
this.close();
|
||||
} else if (key === 39) { //right arrow
|
||||
//this.nextPage();
|
||||
} else if (key === 37) {//left arrow
|
||||
//this.previousPage();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user