mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
smallfix
This commit is contained in:
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user