From cd64a361bac2a5222abc2f84294456aaab6f0c37 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Mon, 10 Oct 2022 12:11:01 +0300 Subject: [PATCH] fix for Ctrl --- apps/common/main/lib/component/DataView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/main/lib/component/DataView.js b/apps/common/main/lib/component/DataView.js index badd7245e9..e2966237a2 100644 --- a/apps/common/main/lib/component/DataView.js +++ b/apps/common/main/lib/component/DataView.js @@ -751,6 +751,7 @@ define([ if (this.parentMenu) this.parentMenu.hide(); } else { + if(this.multiSelect && this.pressedCtrl) return;; 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) {