Skip to content

Commit ad3c720

Browse files
authored
Restores backwards compatibility with TinyMCE plugins
ref magento/magento2#39258
1 parent e893101 commit ad3c720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentowidget/editor_plugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ define([
253253
varienGlobalEvents.attachEventHandler('wysiwygClosePopups', function () {
254254
wysiwyg.closeEditorPopup('widget_window' + wysiwyg.getId());
255255
});
256+
257+
return this.widget;
256258
};
257259

258260
// Register plugin

0 commit comments

Comments
 (0)