This commit is contained in:
Amirhossein Mahmoodi
2024-04-23 10:19:40 +03:30
parent 40f56d3cea
commit 5c5aa33741
10 changed files with 370 additions and 25 deletions

View File

@@ -25,8 +25,8 @@ export const getCommonTooltipProps = (
placement,
) => ({
disableInteractive: true,
enterDelay: 1000,
enterNextDelay: 1000,
enterDelay: 500,
enterNextDelay: 500,
placement,
});