We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c84c9e commit fa58c04Copy full SHA for fa58c04
src/composables/widgets/useProgressTextWidget.ts
@@ -28,7 +28,8 @@ export const useTextPreviewWidget = (
28
setValue: (value: string | object) => {
29
widgetValue.value = typeof value === 'string' ? value : String(value)
30
},
31
- getMinHeight: () => options.minHeight ?? 42 + PADDING
+ getMinHeight: () => options.minHeight ?? 42 + PADDING,
32
+ serialize: false
33
}
34
})
35
addWidget(node, widget)
0 commit comments