-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Bug description:
When adding an element, deleting it, and then performing undo and redo, the behavior is inconsistent. Undo correctly restores the element, but redo deletes the start edge instead of removing the element.
Expected behavior:
Redo should reapply the last undone action consistently. After undo restores the deleted element, redo should delete the element again, not modify unrelated edges.
Screenshots:
Additional information:
Repro steps:
- Add an element
- Delete the element
- Undo
- Result: element is restored
- Redo
Result:
- Start edge is deleted
- Element remains on canvas
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Ready