fix: open slash menu on adding block above/below (#4028)

This commit is contained in:
Mathias Mogensen 2023-11-28 03:41:30 +02:00 committed by GitHub
parent bfa9233bd4
commit 32ca864bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,7 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
late final Map<String, BlockComponentBuilder> blockComponentBuilders =
getEditorBuilderMap(
slashMenuItems: slashMenuItems,
context: context,
editorState: widget.editorState,
styleCustomizer: widget.styleCustomizer,