From a02ec98e9cac99213b3a425e9455d3b905978bc6 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 26 Sep 2023 15:30:10 +0800 Subject: [PATCH] fix: undo failed in nested list --- frontend/appflowy_flutter/pubspec.lock | 8 +++++--- frontend/appflowy_flutter/pubspec.yaml | 7 +++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/appflowy_flutter/pubspec.lock b/frontend/appflowy_flutter/pubspec.lock index d47fb28a3d..3b8fecf896 100644 --- a/frontend/appflowy_flutter/pubspec.lock +++ b/frontend/appflowy_flutter/pubspec.lock @@ -53,9 +53,11 @@ packages: appflowy_editor: dependency: "direct main" description: - path: "/Users/lucas.xu/Desktop/appflowy-editor" - relative: false - source: path + path: "." + ref: b422187 + resolved-ref: b422187503fc99067756e9f387766bb28475331b + url: "https://github.com/AppFlowy-IO/appflowy-editor.git" + source: git version: "1.4.3" appflowy_popover: dependency: "direct main" diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index d5769b3c06..4b5e7c5415 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -45,10 +45,9 @@ dependencies: url: https://github.com/AppFlowy-IO/appflowy-board.git ref: a183c57 appflowy_editor: - path: /Users/lucas.xu/Desktop/appflowy-editor - # git: - # url: https://github.com/AppFlowy-IO/appflowy-editor.git - # ref: b422187 + git: + url: https://github.com/AppFlowy-IO/appflowy-editor.git + ref: b422187 appflowy_popover: path: packages/appflowy_popover