ctrl with arrows

This commit is contained in:
OVSharova 2022-10-11 01:53:22 +03:00
parent cd64a361ba
commit 8ca9e3831f

View file

@ -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) {