Просмотр исходного кода

fix: unable to change RTL of heading block

Lucas.Xu 1 год назад
Родитель
Сommit
f2f3506b29

+ 0 - 5
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart

@@ -150,11 +150,6 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
     super.dispose();
   }
 
-  @override
-  void reassemble() {
-    super.reassemble();
-  }
-
   @override
   Widget build(BuildContext context) {
     final (bool autoFocus, Selection? selection) =

+ 3 - 3
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:

+ 1 - 1
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