update: increase delay to avoid random hover popups that then don't go away :\

This commit is contained in:
Darshan
2025-04-16 17:37:37 +05:30
parent 60d9263c7b
commit 5ca75c794f
+1 -1
View File
@@ -69,7 +69,7 @@
if (!isMouseOverTooltip) {
hideTooltip();
}
}, 50);
}, 150);
}
$: timeToString = time ? timeDifference(time) : 'Invalid time';