diff --git a/src/lib/components/RichTextInput.svelte b/src/lib/components/RichTextInput.svelte index 0519bf2..6417f63 100644 --- a/src/lib/components/RichTextInput.svelte +++ b/src/lib/components/RichTextInput.svelte @@ -1,30 +1,14 @@
A quick brown fox jumps over the lazy dog.
A test engineer tests the RichTextInput
.
doc
{JSON.stringify(delta, null, 2)}
+ {JSON.stringify(doc?.toJSON(), null, 2)}
{JSON.stringify(brt, null, 2)}
+