@humandialog/forms.svelte 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -316,7 +316,7 @@ onMount(() => {
|
|
|
316
316
|
editor = new Editor({
|
|
317
317
|
editorProps: {
|
|
318
318
|
attributes: {
|
|
319
|
-
class: `${cs} ${appearance_class} prose prose-base sm:prose-base dark:prose-invert ${additional_class}
|
|
319
|
+
class: `${cs} ${appearance_class} prose prose-base sm:prose-base dark:prose-invert ${additional_class} whitespace-pre-wrap focus:outline-none`
|
|
320
320
|
}
|
|
321
321
|
},
|
|
322
322
|
element: editorElement,
|