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));