Ignore more svelte 4 warnings

This commit is contained in:
Andrew Kingston 2024-02-29 20:22:48 +00:00
parent d2cdee13ae
commit 245670f585
3 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,6 @@
Drawer,
Modal,
notifications,
Icon,
Checkbox,
DatePicker,
} from "@budibase/bbui"

View File

@ -139,6 +139,9 @@
</div>
</Popover>
<!-- svelte-ignore a11y-click-events-have-key-events -->
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div class="binding-side-panel">
<Layout noPadding gap="S">
{#if selectedCategory}

View File

@ -74,6 +74,7 @@
{#if empty}
Your expression will be evaluated here
{:else}
<!-- eslint-disable-next-line svelte/no-at-html-tags-->
{@html highlightedResult}
{/if}
</div>