Skip to content

Commit 3524943

Browse files
MAGETWO-57675: [GITHUB] WYSIWYG editor does not show. #6222 #4828 #6815
1 parent 4204843 commit 3524943

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)