Skip to content

Commit 9d57bc1

Browse files
feat(ui): node text areas resizable
There's a reactflow issue that prevents the size from being applied when a workflow is loaded, but at least you can resize the fields.
1 parent e6db36d commit 9d57bc1

File tree

1 file changed

+0
-1
lines changed
  • invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/StringField

1 file changed

+0
-1
lines changed

invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/StringField/StringFieldTextarea.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const StringFieldTextarea = memo(
1515
value={value}
1616
onChange={onChange}
1717
h="full"
18-
resize="none"
1918
fontSize="sm"
2019
p={2}
2120
/>

0 commit comments

Comments
 (0)