mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
add text so string node uses textarea
This commit is contained in:
@@ -35,7 +35,8 @@ const StringInputFieldComponent = (
|
||||
|
||||
return (
|
||||
<>
|
||||
{field.name.toLowerCase() === 'prompt' ? (
|
||||
{field.name.toLowerCase() === 'prompt' ||
|
||||
field.name.toLowerCase() === 'text' ? (
|
||||
<Textarea
|
||||
style={{
|
||||
height: '150px',
|
||||
|
||||
Reference in New Issue
Block a user