From 32ca864bf7bb9f05e04ebf8e01693fbf04f5d9eb Mon Sep 17 00:00:00 2001 From: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:41:30 +0200 Subject: [PATCH] fix: open slash menu on adding block above/below (#4028) --- .../lib/plugins/document/presentation/editor_page.dart | 1 + 1 file changed, 1 insertion(+) 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,