diff --git a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart index 51401758ef..95e30ff5d9 100644 --- a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart +++ b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart @@ -150,11 +150,6 @@ class _AppFlowyEditorPageState extends State { super.dispose(); } - @override - void reassemble() { - super.reassemble(); - } - @override Widget build(BuildContext context) { final (bool autoFocus, Selection? selection) = diff --git a/frontend/appflowy_flutter/pubspec.lock b/frontend/appflowy_flutter/pubspec.lock index 753244119d..90c8a3d81a 100644 --- a/frontend/appflowy_flutter/pubspec.lock +++ b/frontend/appflowy_flutter/pubspec.lock @@ -54,11 +54,11 @@ packages: dependency: "direct main" description: path: "." - ref: a0ff609 - resolved-ref: a0ff609cb1ac53e5d167489f43452074860dd80e + ref: "8e618465258b3de0ce5253c4fa97bacb24884e8c" + resolved-ref: "8e618465258b3de0ce5253c4fa97bacb24884e8c" url: "https://github.com/AppFlowy-IO/appflowy-editor.git" source: git - version: "1.4.0" + version: "1.4.1" appflowy_popover: dependency: "direct main" description: diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index 8ee6eae68a..0bf5680026 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -47,7 +47,7 @@ dependencies: appflowy_editor: git: url: https://github.com/AppFlowy-IO/appflowy-editor.git - ref: a0ff609 + ref: 8e618465258b3de0ce5253c4fa97bacb24884e8c appflowy_popover: path: packages/appflowy_popover