remove suggestions til I can fix it

This commit is contained in:
2025-04-12 14:34:17 -04:00
parent bee420feb3
commit 30ccb9657e

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}