Raj Rai
Results
2
comments of
Raj Rai
@danoaky-tiny In this demo, I have tried to replicate my behavior, Though I could not make the TinyMCE resizable according to the size of the content in it. If you...
@andresmotiva I was able to fix this issue with a hack, manually dispatching event `resize` ``` editor.on("LoadContent", function() { window.dispatchEvent(new Event('resize')) } ``` Note: Loadcontent event fires before the painting,...