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
If there are multiple NGL instances, then multi-touch zoom on one of them will zoom (but not pan!) every one of them. I think the issue is that touch events are attached to the document (such that handling continues if you are no longer hovering the element), but the touch move event does not determine if the event started in this instance of the viewer:
If there are multiple NGL instances, then multi-touch zoom on one of them will zoom (but not pan!) every one of them. I think the issue is that touch events are attached to the document (such that handling continues if you are no longer hovering the element), but the touch move event does not determine if the event started in this instance of the viewer:
ngl/src/stage/mouse-observer.ts
Lines 399 to 405 in d242234
The text was updated successfully, but these errors were encountered: