1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Expire reply editor instead of clearing container

This commit is contained in:
Joseph Madamba 2023-02-07 15:15:51 -08:00
parent cb8458cceb
commit 277f71d36a

View File

@ -466,7 +466,7 @@ namespace osu.Game.Overlays.Comments
}
else
{
replyEditorContainer.Clear(true);
replyEditorContainer.ForEach(e => e.Expire());
replyEditorContainer.Hide();
}
}