theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[dispatcher] Handle undo/redo properly #34

Closed JanKoehnlein closed 7 years ago

JanKoehnlein commented 7 years ago

The current version of the action dispatcher immediately executes undo/redo while it collects the commands from other actions to execute them later in a batch. This changes the order of action execution and should be fixed.

JanKoehnlein commented 7 years ago

Fixed by centralizing the animation requests in AnimationRequestSyncer