With Compose 1.4.0, I am getting mouse move events...
# compose-desktop
a
With Compose 1.4.0, I am getting mouse move events even if I stop moving my mouse. In the traceback I see
SyntheticEventSender.sendSyntheticMove
. My app is a vector graphics editor and on mouse drag, I am moving points which causes the canvas to redraw - but then it seems mouse move event is now sent on redraw (see screenshot comment), so that creates a loop of redraw-move-redraw... for me.
o
Indeed, there were related changes. Could you please provide a reproducer or code snippet for this issue?