davidfig/pixi-viewport

dragging stops when mouse goes over interactive object

Opened this issue · 1 comments

hello, when i use viewport.drag, i am panning around, and when my mouse overlaps an object with interactive set to true, dragging stops

this leads to very frustrating panning in my webapp since users constantly have their panning suddenly stop

pause the interactions when you start dragging, and resume on drag end?