TF-2533 Fix composer memory leak when reply and forward

This commit is contained in:
DatDang
2024-04-08 09:25:39 +07:00
committed by Dat H. Pham
parent ae0aeab048
commit b63d212af4
6 changed files with 22 additions and 12 deletions
@@ -310,6 +310,7 @@ class RichTextWebController extends BaseRichTextController {
void onClose() {
menuParagraphController.dispose();
menuOrderListController.dispose();
editorController.clear();
super.onClose();
}
}