mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Call the method directly rather that trigger a bindable
This commit is contained in:
@ -129,7 +129,7 @@ namespace osu.Game.Overlays.Comments
|
||||
{
|
||||
this.type = type;
|
||||
this.id = id;
|
||||
Sort.TriggerChange();
|
||||
refetchComments();
|
||||
}
|
||||
|
||||
private void refetchComments()
|
||||
|
Reference in New Issue
Block a user