1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 09:09:52 +08:00

Add a slight delay before hiding the popover to better visualise button click

This commit is contained in:
Dean Herbert
2023-09-05 16:14:01 +09:00
Unverified
parent f616648730
commit 4ff3630484
@@ -69,7 +69,7 @@ namespace osu.Game.Screens.Select.FooterV2
TextColour = colour,
Action = () =>
{
Hide();
Scheduler.AddDelayed(Hide, 50);
action?.Invoke();
},
};