mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
fix(frontend): Prevent options from closing when an option is selected (#1912)
This commit is contained in:
@@ -156,7 +156,13 @@
|
||||
</MultiSelect>
|
||||
<Portal>
|
||||
<div use:floatingContent class="z5000" hidden={!open}>
|
||||
<div bind:this={portalRef} class="multiselect" style={`min-width: ${w}px;`} />
|
||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||
<div
|
||||
bind:this={portalRef}
|
||||
class="multiselect"
|
||||
style={`min-width: ${w}px;`}
|
||||
on:click|stopPropagation
|
||||
/>
|
||||
</div>
|
||||
</Portal>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user