vaul icon indicating copy to clipboard operation
vaul copied to clipboard

fix: drawer failing to cancel move event

Open rortan134 opened this issue 9 months ago • 2 comments

Closes #279

rortan134 avatar May 05 '24 18:05 rortan134

@rortan134 is attempting to deploy a commit to the emil Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar May 05 '24 18:05 vercel[bot]

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

joaom00 avatar May 13 '24 22:05 joaom00

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!

emilkowalski avatar Sep 24 '24 04:09 emilkowalski