mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Expire reply editor instead of clearing container
This commit is contained in:
@ -466,7 +466,7 @@ namespace osu.Game.Overlays.Comments
|
||||
}
|
||||
else
|
||||
{
|
||||
replyEditorContainer.Clear(true);
|
||||
replyEditorContainer.ForEach(e => e.Expire());
|
||||
replyEditorContainer.Hide();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user