Skip to content

Commit

Permalink
Merge branch 't/11417'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jan 31, 2014
2 parents c793456 + 4890df2 commit c017cf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,7 @@ CKEditor 4 Changelog

Fixed Issues:

* [#11417](http://dev.ckeditor.com/ticket/11417): The [`widget.doubleclick`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-event-doubleclick) event is not cancelled anymore after editing has been triggered.

## CKEditor 4.3.2

Expand Down
1 change: 0 additions & 1 deletion plugins/widget/plugin.js
Expand Up @@ -2818,7 +2818,6 @@

widget.on( 'doubleclick', function( evt ) {
widget.edit();
evt.cancel();
} );

if ( widgetDef.data )
Expand Down

0 comments on commit c017cf5

Please sign in to comment.