1
0
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:
Dean Herbert
2018-12-23 21:51:33 +09:00
Unverified
parent 014ea972d9
commit ad95b3c225
@@ -71,6 +71,6 @@ namespace osu.Game.Graphics.UserInterface
Exit?.Invoke();
}
public override bool RequestsFocus => HoldFocus;
public override bool RequestsFocus => false;
}
}