mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 13:10:23 +08:00
Temporarily remove focused textbox focus
This commit is contained in:
@@ -71,6 +71,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Exit?.Invoke();
|
||||
}
|
||||
|
||||
public override bool RequestsFocus => HoldFocus;
|
||||
public override bool RequestsFocus => false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user