Skip to content

Commit

Permalink
Backport of MAGETWO-57675 for Magento 2.1: WYSIWYG editor does not sh…
Browse files Browse the repository at this point in the history
…ow. magento#6222 magento#4828 magento#6815

(cherry picked from commit 3524943)
  • Loading branch information
omiroshnichenko authored and hostep committed May 3, 2017
1 parent fa68470 commit 6b07d07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ define([
});
}

if (jQuery.isReady) {
tinyMCE.dom.Event.domLoaded = true;
}

tinyMCE.init(this.getSettings(mode));
},

Expand Down

0 comments on commit 6b07d07

Please sign in to comment.