From 62353192c869a9ea97f637a24f5f63d5497ddfe4 Mon Sep 17 00:00:00 2001 From: Alexey Koshelev Date: Tue, 7 May 2024 16:51:13 +0300 Subject: [PATCH] [PE] Handler double click for data view item (bug 55957) --- apps/presentationeditor/main/app/view/AnimationDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/presentationeditor/main/app/view/AnimationDialog.js b/apps/presentationeditor/main/app/view/AnimationDialog.js index e6286d1226..538e307cff 100644 --- a/apps/presentationeditor/main/app/view/AnimationDialog.js +++ b/apps/presentationeditor/main/app/view/AnimationDialog.js @@ -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));