diff --git a/src/lib/components/popover/PopoverPanel.svelte b/src/lib/components/popover/PopoverPanel.svelte index 30ce9b97..a10a29ce 100644 --- a/src/lib/components/popover/PopoverPanel.svelte +++ b/src/lib/components/popover/PopoverPanel.svelte @@ -93,6 +93,7 @@ // but it will also "fix" some issues based on whether you are using a // Portal or not. event.preventDefault(); + event.stopImmediatePropagation(); let result = focusIn( $panelStore,