-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
component: eventshelp wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Milestone
Description
Describe the bug
When you undo a create event, or redo a delete event, it does not trigger the delete animation.
To Reproduce
Create event:
- Go to the playground.
- Drag out a block.
- Use ctrl + z to undo
- Observe how there is no animation for the delete.
Delete event:
- Go to the playground.
- Drag out a block.
- Delete the block
- Use ctrl + z to undo
- Use ctr + shift + z to redo
- Observe how there is no animation for the delete.
Expected behavior
There should be fun animations :D
Fix
To fix this you should just need to add an extra true parameter here and here to trigger this.
Metadata
Metadata
Assignees
Labels
component: eventshelp wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong