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.
1 parent c2ae024 commit 4c9166fCopy full SHA for 4c9166f
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