Skip to content

Commit 4bba7de

Browse files
Mary Hippmaryhipp
authored andcommitted
fix omnipresent pencil
1 parent e1f2b23 commit 4bba7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/Boards/BoardsList/BoardEditableTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const BoardEditableTitle = memo(({ board, isSelected }: Props) => {
5656
>
5757
{editable.value}
5858
</Text>
59-
{isHovering && (
59+
{isHovering.isTrue && (
6060
<IconButton
6161
aria-label="edit name"
6262
icon={<PiPencilBold />}

0 commit comments

Comments
 (0)