Skip to content

Commit a02ec98

Browse files
committed
fix: undo failed in nested list
1 parent 32c06cf commit a02ec98

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

frontend/appflowy_flutter/pubspec.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ packages:
5353
appflowy_editor:
5454
dependency: "direct main"
5555
description:
56-
path: "/Users/lucas.xu/Desktop/appflowy-editor"
57-
relative: false
58-
source: path
56+
path: "."
57+
ref: b422187
58+
resolved-ref: b422187503fc99067756e9f387766bb28475331b
59+
url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
60+
source: git
5961
version: "1.4.3"
6062
appflowy_popover:
6163
dependency: "direct main"

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ dependencies:
4545
url: https://github.com/AppFlowy-IO/appflowy-board.git
4646
ref: a183c57
4747
appflowy_editor:
48-
path: /Users/lucas.xu/Desktop/appflowy-editor
49-
# git:
50-
# url: https://github.com/AppFlowy-IO/appflowy-editor.git
51-
# ref: b422187
48+
git:
49+
url: https://github.com/AppFlowy-IO/appflowy-editor.git
50+
ref: b422187
5251
appflowy_popover:
5352
path: packages/appflowy_popover
5453

0 commit comments

Comments
 (0)