vaul
vaul copied to clipboard
fix: drawer failing to cancel move event
Closes #279
@rortan134 is attempting to deploy a commit to the emil Team on Vercel.
A member of the Team first needs to authorize it.
I think the events are not being forwarded yet. I'm talking specifically about this line
rest.onPointerUp?.(event);
We need to
rest.onPointerOut?.(event)
rest.onContextMenu?.(event)
depending on the prop
Added in #440 due to too many merge conflicts, it's my bad that I didn't merge this earlier. Thanks for your contribution though!