mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Update usages of Drawable.Click()
This commit is contained in:
@ -120,7 +120,7 @@ namespace osu.Game.Overlays.Comments
|
||||
if (commitButton.IsBlocked.Value)
|
||||
return;
|
||||
|
||||
commitButton.Click();
|
||||
commitButton.TriggerClick();
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user