mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 04:29:54 +08:00
Fix click-to-return container still handling hover when inactive
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user