mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
Fix: close context menu on click outside (#3825)
This commit is contained in:
parent
6c4c04c9dc
commit
e64e787c64
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user