Skip to content

Commit 181b7b3

Browse files
committed
MC-4137: TinyMCE Issues within inline WYSIWYG
- Fix widget saving of options
1 parent a76b299 commit 181b7b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/mage/adminhtml/wysiwyg/widget.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ define([
468468
if (activeNode) {
469469
editor.selection.select(activeNode);
470470
editor.selection.setContent(transport.responseText);
471+
editor.fire('Change');
471472
} else if (this.bMark) {
472473
editor.selection.moveToBookmark(this.bMark);
473474
}

0 commit comments

Comments
 (0)