mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 20:15:07 -05:00
fix(ui): node title shows text cursor
This commit is contained in:
@@ -48,7 +48,7 @@ const NodeTitle = ({ nodeId, title }: Props) => {
|
||||
}, [batchGroupId, editable.value, t]);
|
||||
|
||||
return (
|
||||
<Flex overflow="hidden" w="full" h="full" alignItems="center" justifyContent="center" cursor="text">
|
||||
<Flex overflow="hidden" w="full" h="full" alignItems="center" justifyContent="center">
|
||||
{!editable.isEditing && (
|
||||
<Text fontWeight="semibold" color={batchGroupColorToken} onDoubleClick={editable.startEditing}>
|
||||
{titleWithBatchGroupId}
|
||||
|
||||
Reference in New Issue
Block a user