mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix TextBox always taking keyboard focus.
This commit is contained in:
@ -372,8 +372,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||
{
|
||||
//if (!HasFocus)
|
||||
// return false;
|
||||
if (!HasFocus)
|
||||
return false;
|
||||
|
||||
//if (backingTextbox?.ImeActive == true) return true;
|
||||
|
||||
|
Reference in New Issue
Block a user