svelte-click-outside
svelte-click-outside copied to clipboard
A wrapper component that provides click outside detection
Results
2
svelte-click-outside issues
Sort by
recently updated
recently updated
newest added
Adding a wrapper div around existing elements can cause their position to shift. This small change fixes that.
I have a use case for which click events on `body` don't work, so using `svelte:window` is necessary.