ソースを参照

fix: undo failed in nested list

Lucas.Xu 1 年間 前
コミット
cf1096b516

+ 4 - 6
frontend/appflowy_flutter/pubspec.lock

@@ -53,12 +53,10 @@ packages:
   appflowy_editor:
     dependency: "direct main"
     description:
-      path: "."
-      ref: ce8aa6d
-      resolved-ref: ce8aa6d35decc0c2e770f8440413ca73ae4a578b
-      url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
-    source: git
-    version: "1.4.2"
+      path: "/Users/lucas.xu/Desktop/appflowy-editor"
+      relative: false
+    source: path
+    version: "1.4.3"
   appflowy_popover:
     dependency: "direct main"
     description:

+ 4 - 3
frontend/appflowy_flutter/pubspec.yaml

@@ -45,9 +45,10 @@ dependencies:
       url: https://github.com/AppFlowy-IO/appflowy-board.git
       ref: a183c57
   appflowy_editor:
-    git:
-      url: https://github.com/AppFlowy-IO/appflowy-editor.git
-      ref: ce8aa6d
+    path: /Users/lucas.xu/Desktop/appflowy-editor
+    # git:
+    #   url: https://github.com/AppFlowy-IO/appflowy-editor.git
+    #   ref: b422187
   appflowy_popover:
     path: packages/appflowy_popover