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 ab874ff commit 2b41e56Copy full SHA for 2b41e56
components/input/ResizableTextArea.tsx
@@ -77,7 +77,7 @@ const ResizableTextArea = defineComponent({
77
startResize();
78
}
79
},
80
- { immediate: true, flush: 'post' },
+ { immediate: true },
81
);
82
const autoSizeStyle = ref<CSSProperties>();
83
watch(
0 commit comments