mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add text so string node uses textarea
This commit is contained in:
parent
4e1786d9ae
commit
13e7614508
@ -35,7 +35,8 @@ const StringInputFieldComponent = (
|
||||
|
||||
return (
|
||||
<>
|
||||
{field.name.toLowerCase() === 'prompt' ? (
|
||||
{field.name.toLowerCase() === 'prompt' ||
|
||||
field.name.toLowerCase() === 'text' ? (
|
||||
<Textarea
|
||||
style={{
|
||||
height: '150px',
|
||||
|
Loading…
Reference in New Issue
Block a user