Support copying and pasting npubs better

This commit is contained in:
Jon Staab
2025-05-29 14:30:22 -07:00
parent 5338ee11bc
commit 962ac7d80c
8 changed files with 72 additions and 55 deletions
+1 -3
View File
@@ -14,8 +14,6 @@
...restProps
} = $props()
const reactiveProps = $derived(props)
let element: Element
onMount(() => {
@@ -28,7 +26,7 @@
...params,
})
instance = mount(component, {target, props: reactiveProps})
instance = mount(component, {target, props})
return () => {
popover?.destroy()