We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba957a3 commit 2529477Copy full SHA for 2529477
sites/docs/src/content/utilities/on-click-outside.md
@@ -32,7 +32,7 @@ components.
32
);
33
</script>
34
35
-<div bind:this={el}>
+<div bind:this={container}>
36
<!-- Container content -->
37
</div>
38
<button>I'm outside the container</button>
0 commit comments