mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: increase delay to avoid random hover popups that then don't go away :\
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
if (!isMouseOverTooltip) {
|
||||
hideTooltip();
|
||||
}
|
||||
}, 50);
|
||||
}, 150);
|
||||
}
|
||||
|
||||
$: timeToString = time ? timeDifference(time) : 'Invalid time';
|
||||
|
||||
Reference in New Issue
Block a user