mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-30 03:18:02 +08:00
fix: issue of preventing mouse hover when tooltip is hovering (#15)
This commit is contained in:
@@ -62,8 +62,7 @@ function OutlineItemContent ({
|
|||||||
|
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={name}
|
title={name}
|
||||||
enterDelay={1000}
|
disableInteractive={true}
|
||||||
enterNextDelay={1000}
|
|
||||||
>
|
>
|
||||||
<div className={'flex-1 truncate'}>{name || t('menuAppHeader.defaultNewPageName')}</div>
|
<div className={'flex-1 truncate'}>{name || t('menuAppHeader.defaultNewPageName')}</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user