Closed ramswaroopdigidoers closed 2 weeks ago
Thanks for the report @ramswaroopdigidoers I think the issue might be having an empty canvas. Are you able to drop them after importing a basic template like:
<mjml>
<mj-body>
<mj-section>
<mj-column><mj-text>My email</mj-text></mj-column>
</mj-section>
</mj-body>
</mjml>
Thank you!
GrapesJS version
What browser are you using?
129.0.6668.58
Reproducible demo link
https://useful-scarcely-gibbon.ngrok-free.app/grapesjs
Describe the bug
Drag and Drop Not Working in Email Project Type
Issue Description
The drag and drop functionality is not working when using
project.type: 'email'
in the GrapesJS Studio SDK.Steps to Reproduce
project.type: 'email'
Video Demonstration: Watch Bug Demo
Expected Behavior
Current Behavior
Environment
Code Example