فهرست منبع

chore: update editor version (#2654)

* fix: revert remove action container space in mobile

* fix: setup the background color of the slash menu when clicking the add button

* fix: #2634 Visual bug in divider between main editor area and top area

* fix: v0.2 bugs

* feat: implement auto scroll when selection updated

* chore: update intl
Lucas.Xu 1 سال پیش
والد
کامیت
dc73df4203

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

@@ -80,6 +80,7 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
   late final showSlashMenu = customSlashCommand(
     slashMenuItems,
     shouldInsertSlash: false,
+    style: styleCustomizer.selectionMenuStyleBuilder(),
   ).handler;
 
   late final styleCustomizer = EditorStyleCustomizer(context: context);

+ 2 - 2
frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart

@@ -224,8 +224,8 @@ class HomeTopBar extends StatelessWidget {
               ),
             ),
           ],
-        ).bottomBorder(color: Theme.of(context).dividerColor),
-      ),
+        ),
+      ).bottomBorder(color: Theme.of(context).dividerColor),
     );
   }
 }

+ 2 - 2
frontend/appflowy_flutter/pubspec.lock

@@ -53,8 +53,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: "30ce149"
-      resolved-ref: "30ce149371c77a8076f3a147fd036114a676f474"
+      ref: "29ee7a3"
+      resolved-ref: "29ee7a343f4ded8a15bc74ea0df6a458e70cb231"
       url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
     source: git
     version: "0.1.12"

+ 1 - 1
frontend/appflowy_flutter/pubspec.yaml

@@ -45,7 +45,7 @@ dependencies:
   appflowy_editor:
     git:
       url: https://github.com/AppFlowy-IO/appflowy-editor.git
-      ref: 30ce149
+      ref: 9732d30
   appflowy_popover:
     path: packages/appflowy_popover