feat(ui): more memoization

This commit is contained in:
psychedelicious
2023-12-29 16:52:29 +11:00
committed by Kent Keirsey
parent 10fd4f6a61
commit 3ce8f3d6fe
24 changed files with 161 additions and 79 deletions

View File

@ -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>
);