[PE] Handler double click for data view item (bug 55957)

This commit is contained in:
Alexey Koshelev
2024-05-07 16:51:13 +03:00
parent 4962317e67
commit 62353192c8

View File

@ -110,6 +110,7 @@ define([
tabindex: 1
});
this.pickerEffectList.on('item:select', _.bind(this.onEffectListItem,this));
this.pickerEffectList.on('item:dblclick', _.bind(this.onPrimary, this));
this.pickerEffectList.on('entervalue', _.bind(this.onPrimary, this));