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
My component is use as an item in a react-alice-carousel. When dragging my carousel, I'm trying to prevent Link to be clicked. It seems that using Jelly makes onDragStart event not fired or fired when dragging very quickly. Using a canvas with stroke() makes onDragStart event fired no matter what
My component is use as an item in a
react-alice-carousel
. When dragging my carousel, I'm trying to preventLink
to be clicked. It seems that usingJelly
makesonDragStart
event not fired or fired when dragging very quickly. Using a canvas with stroke() makesonDragStart
event fired no matter whatThe text was updated successfully, but these errors were encountered: