theia-ide / sprotty

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

undo/redo of move commands should always be animat... #221

Closed JanKoehnlein closed 6 years ago

JanKoehnlein commented 6 years ago

Just checked the circles example and found that undo/redo behaved strangely.

spoenemann commented 6 years ago

Is this something we should apply to all commands?

JanKoehnlein commented 6 years ago

MoveCommand is special as it accumulates multiple user actions. Which other commands do you think of?