Summary
Deleting an element from the manual edit popover happens immediately without a second confirmation step.
Current behavior
In manual edit mode, selecting an element opens the style/edit popover with a Delete element action. Clicking Delete element removes the selected element right away.
There is no confirmation dialog, destructive-action prompt, or other guard before the element is deleted.
Expected behavior
Deleting an element should require a second confirmation before the element is removed, especially because this action is destructive and can affect generated design output.
For example:
- Click
Delete element.
- Show a confirmation prompt such as
Delete this element?.
- Only delete after the user confirms.
Steps to reproduce
- Open a generated design artifact in Preview.
- Enter manual edit mode.
- Select any editable element.
- Click
Delete element in the edit popover.
- Observe that the element is deleted immediately.
Notes
The screenshot shows the Delete element button in the manual edit popover. This is related to destructive edit safety; issue #2866 covers undo behavior after deletion, while this report focuses on the missing pre-delete confirmation.
Why this matters
Users can accidentally remove parts of a design with one click, with no chance to confirm the destructive action before it happens.

Summary
Deleting an element from the manual edit popover happens immediately without a second confirmation step.
Current behavior
In manual edit mode, selecting an element opens the style/edit popover with a
Delete elementaction. ClickingDelete elementremoves the selected element right away.There is no confirmation dialog, destructive-action prompt, or other guard before the element is deleted.
Expected behavior
Deleting an element should require a second confirmation before the element is removed, especially because this action is destructive and can affect generated design output.
For example:
Delete element.Delete this element?.Steps to reproduce
Delete elementin the edit popover.Notes
The screenshot shows the
Delete elementbutton in the manual edit popover. This is related to destructive edit safety; issue #2866 covers undo behavior after deletion, while this report focuses on the missing pre-delete confirmation.Why this matters
Users can accidentally remove parts of a design with one click, with no chance to confirm the destructive action before it happens.