Skip to content

Commit 37d9c1d

Browse files
author
Olga Nakonechna
committed
MAGETWO-55234: Image does not save when edited via right-click and "Insert/Edit Image"
1 parent 1f3a844 commit 37d9c1d

File tree

1 file changed

+1
-1
lines changed
  • lib/web/tiny_mce/plugins/advimage/js

1 file changed

+1
-1
lines changed

lib/web/tiny_mce/plugins/advimage/js/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ var ImageDialog = {
184184
tinyMCEPopup.editor.execCommand('mceRepaint');
185185
tinyMCEPopup.editor.focus();
186186
tinyMCEPopup.close();
187-
ed.onChange.dispatch(ed);
187+
ed.onChange.dispatch(ed);
188188
},
189189

190190
getAttrib : function(e, at) {

0 commit comments

Comments
 (0)