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
This commit is contained in:
Lucas.Xu 2023-05-30 07:55:58 +08:00 committed by GitHub
parent 57389d1fdd
commit dc73df4203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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