mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
107 stars 54 forks source link

code editor clears styles #70

Open drexelroth opened 1 year ago

drexelroth commented 1 year ago

Whenever you use the code editor and click save, it clears any styles that have been applied through the style manager.

I think the issue is that editor.setComponents(html); replaces any css that grapesjs had created for the page.

Is there a way to fix this?

ghost commented 1 year ago

@drexelroth which version of the package are you using?

drexelroth commented 1 year ago

We're using the recent version.

drexelroth commented 1 year ago

3.4