svelte-use-click-outside
svelte-use-click-outside copied to clipboard
Fix false positives when the user clicks up outside the element
Prevent this function from being triggered if you mouse-down within the element, and then mouse-up outside of it. Imo, this should not count as a "click".