Skip to content

Commit d305abf

Browse files
committed
MAGETWO-68903: Backport of MAGETWO-57675 for Magento 2.1: WYSIWYG editor does not show. #6222 #4828 #6815 #9499
- Merge Pull Request #9499 from hostep/magento2:backport-magetwo-57675
2 parents fa68470 + 6b07d07 commit d305abf

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)