iordan93/house-arryn-blog

TinyMCE not reloading

iordan93 opened this issue · 1 comments

The TinyMCE in the admin panel cannot reload properly. Please help address this issue
Testing: Login (admin /admin123), click on Add post. TinyMCE loads. Then log out, and login again. Pressing on Add post won't initialize the editor anymore

The issue comes from the fact that you're not destroying the TinyMCE editor after creating it the first time. When you want to call .init on the editor make sure it's destroyed first!