huntabyte / vaul-svelte

An unstyled drawer component for Svelte.
https://vaul-svelte.com
MIT License
437 stars 18 forks source link

Limit on:pointerdown to primary mouse button #82

Open caschbre opened 4 months ago

caschbre commented 4 months ago

Describe the feature in detail (code, mocks, or screenshots encouraged)

The content.svelte component uses on:pointerdown. Any mouse button can trigger this event.

Would it be possible that, if a mouse is triggering the event, to limit it to the primary mouse button?

What type of pull request would this be?

None

Provide relevant links or additional information.

No response