Skip to content

Commit

Permalink
fix(EditableTypography): don't spread tooltipProps (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Jan 21, 2024
1 parent f75d95e commit 1affeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditableTypography/EditableTypography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const EditableTypography: VibeComponent<EditableTypographyProps, HTMLElement> =
[styles.disabled]: readOnly
})}
tabIndex={0}
{...tooltipProps}
tooltipProps={tooltipProps}
>
{inputValue || placeholder}
</TypographyComponent>
Expand Down

0 comments on commit 1affeeb

Please sign in to comment.