Skip to content

Commit 64ac44c

Browse files
committed
feat(settings): improve tooltips
Signed-off-by: Adam Setch <[email protected]>
1 parent e52fcf3 commit 64ac44c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/renderer/components/fields/Tooltip.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ export const Tooltip: FC<ITooltip> = (props: ITooltip) => {
1414
return (
1515
<AnchoredOverlay
1616
align="center"
17-
onClose={() => setShowTooltip(false)}
18-
onOpen={() => setShowTooltip(true)}
1917
open={showTooltip}
2018
renderAnchor={(anchorProps) => (
2119
<button

0 commit comments

Comments
 (0)