Flag off popover.

This commit is contained in:
Sam Rose 2025-03-11 09:33:24 +00:00
parent 21a3e259d6
commit 4e2e859370
No known key found for this signature in database
1 changed files with 29 additions and 29 deletions

View File

@ -483,14 +483,13 @@
>
Generate with AI ✨
</button>
{/if}
<Popover
<Popover
bind:this={popover}
minWidth={popoverWidth}
anchor={popoverAnchor}
align="left-outside"
>
>
{#if promptLoading}
<div class="prompt-spinner">
<Spinner size="20" color="white" />
@ -512,7 +511,8 @@
}}
/>
{/if}
</Popover>
</Popover>
{/if}
<style>
/* Editor */