mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): more memoization
This commit is contained in:
committed by
Kent Keirsey
parent
10fd4f6a61
commit
3ce8f3d6fe
@ -55,10 +55,7 @@ const EditableNodeTitle = ({ nodeId, title }: Props) => {
|
||||
fontWeight="semibold"
|
||||
>
|
||||
<EditablePreview noOfLines={1} />
|
||||
<EditableInput
|
||||
className="nodrag"
|
||||
_focusVisible={{ boxShadow: 'none' }}
|
||||
/>
|
||||
<EditableInput className="nodrag" />
|
||||
</Editable>
|
||||
</Flex>
|
||||
);
|
||||
|
Reference in New Issue
Block a user