mirror of
https://github.com/ppy/osu
synced 2025-01-18 03:50:57 +00:00
Fix focus potentially being transferred too far up when password is being verified
This commit is contained in:
parent
a589964dc7
commit
da524261c0
@ -181,6 +181,10 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
[Resolved(canBeNull: true)]
|
||||
private LoungeSubScreen lounge { get; set; }
|
||||
|
||||
public override bool HandleNonPositionalInput => true;
|
||||
|
||||
protected override bool BlockNonPositionalInput => true;
|
||||
|
||||
public PasswordEntryPopover(Room room)
|
||||
{
|
||||
this.room = room;
|
||||
|
Loading…
Reference in New Issue
Block a user