Skip to content

Commit

Permalink
MAGETWO-57675: [GITHUB] WYSIWYG editor does not show. #6222 #4828 #6815
Browse files Browse the repository at this point in the history
  • Loading branch information
omiroshnichenko committed Oct 11, 2016
1 parent 4204843 commit 3524943
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 3524943

Please sign in to comment.