mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:21:28 +08:00
[PE] Handler double click for data view item (bug 55957)
This commit is contained in:
@ -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));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user