remove suggestions til I can fix it

This commit is contained in:
Silas 2025-04-12 14:34:17 -04:00
parent bee420feb3
commit 30ccb9657e
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
aria-label="Text editor container"
tabindex="0"
>
<Tipex {body} controls !focal class="h-[80vh]" bind:tipex={editor} onupdate={handleUpdate}>
<Tipex {body} controls !focal class="h-[80vh]" bind:tipex={editor}>
{#snippet utilities(editor)}
<Utilities {editor} />
{/snippet}