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
The "hold mouse to paint" feature changed the event listener to mousedown, which is presumably what broke support for painting on touch devices. We need to detect support for the interfaces and install appropriate handlers: only pointer events if that interface is available; otherwise, mouse events and optionally touch events.
The text was updated successfully, but these errors were encountered:
The "hold mouse to paint" feature changed the event listener to mousedown, which is presumably what broke support for painting on touch devices. We need to detect support for the interfaces and install appropriate handlers: only pointer events if that interface is available; otherwise, mouse events and optionally touch events.
The text was updated successfully, but these errors were encountered: