measuredco / puck

The visual editor for React
https://puckeditor.com
MIT License
5.02k stars 277 forks source link

Explore elimination of edit wrappers #455

Open chrisvxd opened 4 months ago

chrisvxd commented 4 months ago

Puck introduces various wrappers during edit mode to provide drag-and-drop and edit functionality. This can result in different interface between edit and render modes, such as:

We should explore ways to eliminate these styles without compromising the Puck interface. A solution may or may not involve breaking changes.

sagarchoudhary96 commented 1 month ago

@chrisvxd any updates on this one ?

chrisvxd commented 1 month ago

Yes - it's currently in progress as part of efforts to support #123, which is requiring a drag-and-drop engine rebuild. Will update the status.