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}
|
{/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"
|
||||||
|
Loading…
Reference in New Issue
Block a user