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:
@ -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);
|
||||
|
Reference in New Issue
Block a user