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
Until i upgrade my versions, I've never had this problem.
Before, I'm using grapesjs:0.19.4 and grapesjs-preset-newsletter:0.2.21. Here's the result:
Now, I'm using grapesjs:0.21.4 and grapesjs-preset-newsletter:1.0.2. And that's what I have now:
Of course, the code I'm using is the same between both of this images.
When I setup the editor, I pass the panels: { default: [....] } option to editor init' function.
It's working well when I'm not using the Preset Newsletter, but when I'm using it, I can't moove anymore when I want.
Hi,
Until i upgrade my versions, I've never had this problem.
Before, I'm using
grapesjs:0.19.4
andgrapesjs-preset-newsletter:0.2.21
. Here's the result:Now, I'm using
grapesjs:0.21.4
andgrapesjs-preset-newsletter:1.0.2
. And that's what I have now:Of course, the code I'm using is the same between both of this images.
When I setup the editor, I pass the
panels: { default: [....] }
option to editor init' function.It's working well when I'm not using the Preset Newsletter, but when I'm using it, I can't moove anymore when I want.
That's what I'm doing:
HTML (VUE) template
And my JS config:
I also tried the next plugin config to disable customTheme, without any success:
Thank you !! :)
The text was updated successfully, but these errors were encountered: