mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): notes node text not selectable
This commit is contained in:
parent
1249d4a6e3
commit
e75f98317f
@ -48,7 +48,7 @@ const NotesNode = (props: NodeProps<NotesNodeData>) => {
|
||||
gap={1}
|
||||
>
|
||||
<Flex className="nopan" w="full" h="full" flexDir="column">
|
||||
<Textarea value={notes} onChange={handleChange} rows={8} resize="none" fontSize="sm" />
|
||||
<Textarea className="nodrag" value={notes} onChange={handleChange} rows={8} resize="none" fontSize="sm" />
|
||||
</Flex>
|
||||
</Flex>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user