Remove useless local actions on click

This commit is contained in:
ansel
2022-11-29 14:25:51 +03:00
parent cfffe5f002
commit 6c126f5223
2 changed files with 1 additions and 17 deletions

View File

@ -116,6 +116,7 @@ namespace osu.Game.Tests.Visual.UserInterface
private void onCommit(string value)
{
IsLoading = true;
CommittedText = value;
Scheduler.AddDelayed(() => IsLoading = false, 1000);
}