We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115e476 commit 9fdea3eCopy full SHA for 9fdea3e
frontend/src/lib/components/meltComponents/Popover.svelte
@@ -121,7 +121,6 @@
121
escapeBehavior: untrack(() => escapeBehavior),
122
openFocus: untrack(() => openFocus),
123
onOpenChange: ({ curr, next }) => {
124
- console.log('Popover open state changed:', { curr, next })
125
if (curr != next) {
126
dispatch('openChange', next)
127
if (!next) {
0 commit comments