diff --git a/apps/documenteditor/main/app/view/Navigation.js b/apps/documenteditor/main/app/view/Navigation.js index dd1a396b1b..ec57446e86 100644 --- a/apps/documenteditor/main/app/view/Navigation.js +++ b/apps/documenteditor/main/app/view/Navigation.js @@ -68,7 +68,7 @@ define([ this.viewNavigationList = new Common.UI.TreeView({ el: $('#navigation-list'), store: this.storeNavigation, - enableKeyEvents: false, + enableKeyEvents: true, emptyText: this.txtEmpty, emptyItemText: this.txtEmptyItem, style: 'border: none;',