1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 00:50:16 +08:00

Fix click-to-return container still handling hover when inactive

This commit is contained in:
Bartłomiej Dach
2022-05-06 12:26:09 +02:00
Unverified
parent 8f217d1e97
commit 08fd0ea086
@@ -464,6 +464,8 @@ namespace osu.Game.Overlays.Mods
public Action? OnClicked { get; set; }
public override bool HandlePositionalInput => base.HandlePositionalInput && HandleMouse.Value;
protected override bool Handle(UIEvent e)
{
if (!HandleMouse.Value)