From 1123e67ffcbd0d333c9dde67aafa922cdbb23282 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 18 Jul 2023 22:33:47 +0800 Subject: [PATCH] test: build --- .../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 1d8ac5a47c0ad..5f8c491349002 100644 --- a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart +++ b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart @@ -111,6 +111,7 @@ class _AppFlowyEditorPageState extends State { indentableBlockTypes.add(ToggleListBlockKeys.type); convertibleBlockTypes.add(ToggleListBlockKeys.type); + slashMenuItems = _customSlashMenuItems(); effectiveScrollController = widget.scrollController ?? ScrollController();