This commit is contained in:
Ruben Fiszel
2024-02-07 18:44:28 +01:00
parent 717ab49ed9
commit b3f6bf6cf2
@@ -35,17 +35,10 @@
if (value != id) {
dispatch('change', value)
}
blockOpen = false
}
let blockOpen = false
</script>
<Popup
let:close
bind:blockOpen
floatingConfig={{ strategy: 'absolute', placement: 'bottom-start' }}
>
<Popup let:close floatingConfig={{ strategy: 'absolute', placement: 'bottom-start' }}>
<svelte:fragment slot="button">
<button
on:click={() => {