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 74aa43b + 07ee178 commit b5e915fCopy full SHA for b5e915f
app/code/Magento/Catalog/view/adminhtml/templates/catalog/wysiwyg/js.phtml
@@ -43,6 +43,7 @@ var catalogWysiwygEditor = {
43
44
if (this.modal) {
45
this.modal.html(jQuery(data).html());
46
+ this.modal.modal('option', 'firedElementId', elementId);
47
} else {
48
this.modal = jQuery(data).modal({
49
title: '<?= /* @escapeNotVerified */ __('WYSIWYG Editor') ?>',
0 commit comments