diff --git a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart index 135d1e4091..56a9a018a8 100644 --- a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart +++ b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart @@ -113,6 +113,7 @@ class _AppFlowyEditorPageState extends State { late final Map blockComponentBuilders = getEditorBuilderMap( + slashMenuItems: slashMenuItems, context: context, editorState: widget.editorState, styleCustomizer: widget.styleCustomizer,