mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix interaction with popover when textbox is disabled
This commit is contained in:
@ -39,6 +39,9 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
|
||||
protected override void OnFocus(FocusEvent e)
|
||||
{
|
||||
if (Current.Disabled)
|
||||
return;
|
||||
|
||||
OnFocused?.Invoke();
|
||||
base.OnFocus(e);
|
||||
|
||||
|
Reference in New Issue
Block a user