1
0
Fork 0
mirror of synced 2024-08-27 07:51:37 +12:00

Merge fix

This commit is contained in:
Dean 2023-01-23 09:59:01 +00:00
parent a10bd138ff
commit 910a077d19

View file

@ -131,25 +131,17 @@
<Popover
anchor={button}
align="left"
<<<<<<< HEAD
portalTarget={document.documentElement}
=======
>>>>>>> origin/develop
bind:this={popover}
{open}
on:close={() => (open = false)}
useAnchorWidth={!autoWidth}
maxWidth={autoWidth ? 400 : null}
>
<<<<<<< HEAD
<div class="popover-content" class:auto-width={autoWidth}>
=======
<div
class="popover-content"
class:auto-width={autoWidth}
use:clickOutside={() => (open = false)}
>
>>>>>>> origin/develop
{#if autocomplete}
<Search
value={searchTerm}