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
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:
children containing different nodes
CSS Grid styles across DropZones not being possible in edit mode, even if it works in render mode
Inline elements do not render correctly in edit mode (Inline CSS #4)
We should explore ways to eliminate these styles without compromising the Puck interface. A solution may or may not involve breaking changes.
The text was updated successfully, but these errors were encountered:
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:
children
containing different nodesWe should explore ways to eliminate these styles without compromising the Puck interface. A solution may or may not involve breaking changes.
The text was updated successfully, but these errors were encountered: