Framer
Framer copied to clipboard
event.stopPropagation() doesn't cancel drags
event.stopPropagation() can be used to prevent click events on parent layers from firing, but if the parent layers are draggable, it doesn't prevent the drag as expected.
Is there a workaround for this?
Is this a browser-level bug? I'm seeing the same thing with a completely different module
Did you find any workarounds?
Anything new on this issue? *push
Yeah... whats the best way to approach this.