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
Hi. I use pinch-zoom around a konvajs canvas. in this canvas the one finger touch is used for drawing and when I zoom the view, drawing and panning has conflict with each other.
can I use two finger touch for panning and one finger for drawing on canvas?
or at least bind disablePan to a property inside parent component "togglePan"? as I did in the code above (that just work for the first time and does not get update when "togglePan" value changes?
The text was updated successfully, but these errors were encountered:
Hi. I use pinch-zoom around a konvajs canvas. in this canvas the one finger touch is used for drawing and when I zoom the view, drawing and panning has conflict with each other.
can I use two finger touch for panning and one finger for drawing on canvas?
or at least bind disablePan to a property inside parent component "togglePan"? as I did in the code above (that just work for the first time and does not get update when "togglePan" value changes?
The text was updated successfully, but these errors were encountered: