mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Expire reply editor instead of clearing container
This commit is contained in:
parent
cb8458cceb
commit
277f71d36a
@ -466,7 +466,7 @@ namespace osu.Game.Overlays.Comments
|
||||
}
|
||||
else
|
||||
{
|
||||
replyEditorContainer.Clear(true);
|
||||
replyEditorContainer.ForEach(e => e.Expire());
|
||||
replyEditorContainer.Hide();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user