Skip to content

Commit 8a6cdc1

Browse files
authored
fix: issue of preventing mouse hover when tooltip is hovering (AppFlowy-IO#15)
1 parent 14fd278 commit 8a6cdc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/_shared/outline/OutlineItemContent.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ function OutlineItemContent ({
6262

6363
<Tooltip
6464
title={name}
65-
enterDelay={1000}
66-
enterNextDelay={1000}
65+
disableInteractive={true}
6766
>
6867
<div className={'flex-1 truncate'}>{name || t('menuAppHeader.defaultNewPageName')}</div>
6968
</Tooltip>

0 commit comments

Comments
 (0)