Skip to content

Commit 2529477

Browse files
authored
Update on-click-outside.md
1 parent ba957a3 commit 2529477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/docs/src/content/utilities/on-click-outside.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ components.
3232
);
3333
</script>
3434
35-
<div bind:this={el}>
35+
<div bind:this={container}>
3636
<!-- Container content -->
3737
</div>
3838
<button>I'm outside the container</button>

0 commit comments

Comments
 (0)