Skip to content

Commit 6b07d07

Browse files
omiroshnichenkohostep
authored andcommitted
Backport of MAGETWO-57675 for Magento 2.1: WYSIWYG editor does not show. #6222 #4828 #6815
(cherry picked from commit 3524943)
1 parent fa68470 commit 6b07d07

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)