Newsletter Builder with MJML components in GrapesJS
BSD 3-Clause "New" or "Revised" License
649
stars
229
forks
source link
Reinitiate GrapesJS with MJML plugin in the modal view without the reloading of the page #255
Closed
Aeliot-Tm closed 3 years ago
I try to initiate GrapesJS editor with MJML plugin in my Symfony project. And try to initiate form with GrapesJS editor in the modal view.
Editor displayed correctly when I load the form first time. But editor don't displayed when I load the modal view second time till the page reload.
There is a part of twig template:
The code taken from the demo.
I tried to destroy during the modal view closing, but this did not helped. Setting of the timeout of the initiation of editor did not helped too.