Fix: close context menu on click outside (#3825)

This commit is contained in:
Pavel Laptev 2024-05-23 05:14:59 +02:00 committed by GitHub
parent 6c4c04c9dc
commit e64e787c64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,7 +212,7 @@
{/if} {/if}
</div> </div>
<div class="relative" bind:this={meatballButton}> <div class="relative">
{#if isUnapplied} {#if isUnapplied}
<Button <Button
style="ghost" style="ghost"
@ -265,6 +265,7 @@
/> />
{/if} {/if}
<Button <Button
element={meatballButton}
style="ghost" style="ghost"
kind="solid" kind="solid"
icon="kebab" icon="kebab"