You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Since each edit area in tinymce is an iframe it needs it own CSS. It has a good reason .. the edit area CSS needs to different from site CSS. Fixed by simply not initializing too many TinyMCE instances till we need them (e.g. wrap in an ng-if)
I have ui-tinymce a few times in my page. Sometimes when refreshing the page (about 1 out of 5 times) it requests content.min.css lots.
Why is it doing this. I dont think it should. They are cached requests but it seems to take some time and I can see tinymce flicker.
The text was updated successfully, but these errors were encountered: