Posted 4 December 2020, 11:05 pm EST
Hi,
I notice the floatingObjectChanged event fires twices when you move a floating object, (once for the x value, another for the y value) and same with resizing (once of the height change and then again for width).
I am trying to maintain a collection of actions that occurred and I would like to consider a move or resize as one action. What is the best way to do this given the floatingObjectChanged event fires twice? Is there another event I should be listening to?
Thanks.
Nick