mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove useless check
This commit is contained in:
@ -116,13 +116,7 @@ namespace osu.Game.Overlays.Comments
|
||||
}
|
||||
});
|
||||
|
||||
textBox.OnCommit += (_, _) =>
|
||||
{
|
||||
if (CommitButton.IsLoadingSpinnerShown)
|
||||
return;
|
||||
|
||||
CommitButton.TriggerClick();
|
||||
};
|
||||
textBox.OnCommit += (_, _) => CommitButton.TriggerClick();
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Reference in New Issue
Block a user