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
4 changed files with 6 additions and 5 deletions

View File

@ -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);