We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839f6bd commit 674271eCopy full SHA for 674271e
Robust.Client/UserInterface/UserInterfaceManager.Input.cs
@@ -312,7 +312,10 @@ private static void _doGuiInput(
312
313
private void _clearTooltip()
314
{
315
- if (!_showingTooltip) return;
+ _resetTooltipTimer();
316
+
317
+ if (!_showingTooltip)
318
+ return;
319
320
if (_suppliedTooltip != null)
321
@@ -321,7 +324,6 @@ private void _clearTooltip()
324
}
322
325
323
326
CurrentlyHovered?.PerformHideTooltip();
- _resetTooltipTimer();
327
_showingTooltip = false;
328
329
0 commit comments