From 8ca9e3831f2d5be3bcff706c7f7cd415806b9768 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Tue, 11 Oct 2022 01:53:22 +0300 Subject: [PATCH] ctrl with arrows --- apps/common/main/lib/component/DataView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/DataView.js b/apps/common/main/lib/component/DataView.js index e2966237a2..fd0861bea3 100644 --- a/apps/common/main/lib/component/DataView.js +++ b/apps/common/main/lib/component/DataView.js @@ -751,7 +751,7 @@ define([ if (this.parentMenu) this.parentMenu.hide(); } else { - if(this.multiSelect && this.pressedCtrl) return;; + this.pressedCtrl=false; var idx = (!this.multiSelect)? _.indexOf(this.store.models, rec):_.indexOf(this.store.models, this.lastSelectedRec); if (idx<0) { if (data.keyCode==Common.UI.Keys.LEFT) {