This repository has been archived by the owner on Jan 15, 2020. It is now read-only.
Protocol: add a flag on ChangeBoundsAction to distinguish resize vs move #392
Labels
client
A issue that is heavily affecting the client part (Typescript)
While resize and move can generally be regrouped in a single "Change Bounds" action, it is sometimes useful to distinguish them, at least in two cases:
The client (ResizeTool/MoveTool) should add a flag in the ChangeBoundsAction to indicate the kind of ChangeBoundsAction that should be triggered. On the default server side, there is probably nothing special to do; I don't think such a distinction is necessary for the generic cases.
The text was updated successfully, but these errors were encountered: