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 5ecd9fc commit e412af5Copy full SHA for e412af5
site/src/modules/workspaces/DynamicParameter/DynamicParameter.tsx
@@ -244,7 +244,6 @@ const DebouncedParameterField: FC<DebouncedParameterFieldProps> = ({
244
const resizeTextarea = useEffectEvent(() => {
245
if (textareaRef.current) {
246
const textarea = textareaRef.current;
247
- textarea.style.height = "auto";
248
textarea.style.height = `${textarea.scrollHeight}px`;
249
}
250
});
0 commit comments