@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} overflow-y-auto whitespace-pre-wrap focus:outline-none`
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "^1.28.1",