fix: richNode img preview

This commit is contained in:
guozhigq
2023-08-20 21:58:38 +08:00
parent 332d5dc38c
commit 01d6308350
2 changed files with 8 additions and 6 deletions

View File

@ -69,7 +69,7 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
@override
void dispose() {
scrollController.dispose();
// scrollController.dispose();
super.dispose();
}