Shopify/draggable

How to cancel events?

Placeblock opened this issue · 1 comments

I registerd the drag:start event, and when i print the event object there is an Symbol("canceled") key... but how to modify this?

Short: how to cancel events?

I just found it out by myself -> event.cancel() :D