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, Drawer,
Modal, Modal,
notifications, notifications,
Icon,
Checkbox, Checkbox,
DatePicker, DatePicker,
} from "@budibase/bbui" } from "@budibase/bbui"

View File

@ -139,6 +139,9 @@
</div> </div>
</Popover> </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"> <div class="binding-side-panel">
<Layout noPadding gap="S"> <Layout noPadding gap="S">
{#if selectedCategory} {#if selectedCategory}

View File

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