Skip to content

Commit eebdb8c

Browse files
MAGETWO-68903: Backport of MAGETWO-57675 for Magento 2.1: WYSIWYG editor does not show. #6222 #4828 #6815 #9499
2 parents fa68470 + d305abf commit eebdb8c

File tree

1 file changed

+4
-0
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce

1 file changed

+4
-0
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ define([
5353
});
5454
}
5555

56+
if (jQuery.isReady) {
57+
tinyMCE.dom.Event.domLoaded = true;
58+
}
59+
5660
tinyMCE.init(this.getSettings(mode));
5761
},
5862

0 commit comments

Comments
 (0)