How to cancel events?
Placeblock opened this issue · 1 comments
Placeblock commented
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?
Placeblock commented
I just found it out by myself -> event.cancel() :D