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