remove suggestions til I can fix it
This commit is contained in:
parent
bee420feb3
commit
30ccb9657e
|
@ -162,7 +162,7 @@
|
||||||
aria-label="Text editor container"
|
aria-label="Text editor container"
|
||||||
tabindex="0"
|
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)}
|
{#snippet utilities(editor)}
|
||||||
<Utilities {editor} />
|
<Utilities {editor} />
|
||||||
{/snippet}
|
{/snippet}
|
||||||
|
|
Loading…
Reference in New Issue