fix: issue of preventing mouse hover when tooltip is hovering (#15)

This commit is contained in:
Kilu.He
2025-01-10 18:27:19 +08:00
committed by GitHub
parent c7b5f3fe5f
commit b4147b1fe9

View File

@@ -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>