Andrei486 / uml-diagram-collab

0 stars 0 forks source link

Make move and resize commands absolute #94

Closed Andrei486 closed 7 months ago

Andrei486 commented 7 months ago

Currently move and resize commands take arguments that correspond to relative movement and resizing. With our new anti-desync fix, and in preparation for the possible command-based save, we want the commands to be absolute instead.

Move commands were previously absolute so that change will be a simpler one, but resize will have to be modified.