From 7c8aa8c28cf9624ef8b024a8216b589940888907 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 15 Apr 2022 13:04:11 +0300 Subject: [PATCH] [DE] For Bug 55351 --- apps/documenteditor/main/app/view/Navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;',