Skip to content

Commit b5e915f

Browse files
authored
Merge pull request #1 from k1las/issues-18534
Fixed issues-18534: 2 wysiwyg on catalog category edit page
2 parents 74aa43b + 07ee178 commit b5e915f

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/wysiwyg

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/wysiwyg/js.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var catalogWysiwygEditor = {
4343

4444
if (this.modal) {
4545
this.modal.html(jQuery(data).html());
46+
this.modal.modal('option', 'firedElementId', elementId);
4647
} else {
4748
this.modal = jQuery(data).modal({
4849
title: '<?= /* @escapeNotVerified */ __('WYSIWYG Editor') ?>',

0 commit comments

Comments
 (0)