Skip to content

Commit dde7f62

Browse files
committed
MAGETWO-55234: Image does not save when edited via right-click and "Insert/Edit Image"
- Merge commit
2 parents 9a4a7eb + 37d9c1d commit dde7f62

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

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

189190
getAttrib : function(e, at) {

0 commit comments

Comments
 (0)