We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 992a750 + 4c9166f commit e94ac22Copy full SHA for e94ac22
lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter.js
@@ -117,7 +117,7 @@ define([
117
jQuery.when.apply(jQuery, deferreds).done(function () {
118
tinyMCE4.init(settings);
119
this.getPluginButtons().hide();
120
- this.eventBus.attachEventHandler('open_browser_callback', this.openFileBrowser);
+ this.eventBus.attachEventHandler('open_browser_callback', tinyMceEditors.get(self.id).openFileBrowser);
121
}.bind(this));
122
},
123
0 commit comments