Merge fix

This commit is contained in:
Dean 2023-01-23 09:59:01 +00:00
parent a10bd138ff
commit 910a077d19
1 changed files with 0 additions and 8 deletions

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}