Flag off popover.
This commit is contained in:
parent
21a3e259d6
commit
4e2e859370
|
@ -483,14 +483,13 @@
|
||||||
>
|
>
|
||||||
Generate with AI ✨
|
Generate with AI ✨
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
|
||||||
|
|
||||||
<Popover
|
<Popover
|
||||||
bind:this={popover}
|
bind:this={popover}
|
||||||
minWidth={popoverWidth}
|
minWidth={popoverWidth}
|
||||||
anchor={popoverAnchor}
|
anchor={popoverAnchor}
|
||||||
align="left-outside"
|
align="left-outside"
|
||||||
>
|
>
|
||||||
{#if promptLoading}
|
{#if promptLoading}
|
||||||
<div class="prompt-spinner">
|
<div class="prompt-spinner">
|
||||||
<Spinner size="20" color="white" />
|
<Spinner size="20" color="white" />
|
||||||
|
@ -512,7 +511,8 @@
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
</Popover>
|
</Popover>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Editor */
|
/* Editor */
|
||||||
|
|
Loading…
Reference in New Issue