fix: issue of preventing mouse hover when tooltip is hovering (#15)
This commit is contained in:
parent
c7b5f3fe5f
commit
b4147b1fe9
|
|
@ -62,8 +62,7 @@ function OutlineItemContent ({
|
|||
|
||||
<Tooltip
|
||||
title={name}
|
||||
enterDelay={1000}
|
||||
enterNextDelay={1000}
|
||||
disableInteractive={true}
|
||||
>
|
||||
<div className={'flex-1 truncate'}>{name || t('menuAppHeader.defaultNewPageName')}</div>
|
||||
</Tooltip>
|
||||
|
|
|
|||
Loading…
Reference in New Issue