You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an observation, Dragging exposes sub-pixel coordinates when users initiate a drag operation while being zoomed out. This causes confusion in downstream consumers of drag events (cf. camunda/camunda-modeler#886).
We should emit drag events with pixel coordinates normalized to integral numbers to avoid this issue.
The text was updated successfully, but these errors were encountered:
As an observation,
Dragging
exposes sub-pixel coordinates when users initiate a drag operation while being zoomed out. This causes confusion in downstream consumers of drag events (cf. camunda/camunda-modeler#886).We should emit drag events with pixel coordinates normalized to integral numbers to avoid this issue.
The text was updated successfully, but these errors were encountered: