From 01dbcf7697e87e14614d12d99715b5a2332aaa99 Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:56:15 +0800 Subject: [PATCH] chore: don't try to force update selection --- .../editor_plugins/ai/widgets/ai_writer_scroll_wrapper.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/widgets/ai_writer_scroll_wrapper.dart b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/widgets/ai_writer_scroll_wrapper.dart index 6b5f27e028..5747d4f7e0 100644 --- a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/widgets/ai_writer_scroll_wrapper.dart +++ b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/widgets/ai_writer_scroll_wrapper.dart @@ -57,6 +57,7 @@ class _AiWriterScrollWrapperState extends State { @override void dispose() { aiWriterCubit.close(); + throttler.dispose(); super.dispose(); }