Skip to content

Commit

Permalink
Temporarily added undo plugin, so that changed events are generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Dec 5, 2017
1 parent bc37aeb commit 7dcba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/easyimage/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
};

CKEDITOR.plugins.add( 'easyimage', {
requires: 'imagebase,uploadwidget,balloontoolbar,dialog,cloudservices',
requires: 'imagebase,uploadwidget,balloontoolbar,dialog,cloudservices,undo',
lang: 'en',
icons: 'easyimagefull,easyimageside,easyimagealt', // %REMOVE_LINE_CORE%
hidpi: true, // %REMOVE_LINE_CORE%
Expand Down

0 comments on commit 7dcba65

Please sign in to comment.