mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
parent
57389d1fdd
commit
dc73df4203
@ -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);
|
||||
|
@ -224,8 +224,8 @@ class HomeTopBar extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
],
|
||||
).bottomBorder(color: Theme.of(context).dividerColor),
|
||||
),
|
||||
).bottomBorder(color: Theme.of(context).dividerColor),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user