Skip to content

Commit

Permalink
MAGETWO-68903: Backport of MAGETWO-57675 for Magento 2.1: WYSIWYG edi…
Browse files Browse the repository at this point in the history
…tor does not show. #6222 #4828 #6815 #9499

 - Merge Pull Request #9499 from hostep/magento2:backport-magetwo-57675
  • Loading branch information
ishakhsuvarov committed May 4, 2017
2 parents fa68470 + 6b07d07 commit d305abf
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 d305abf

Please sign in to comment.