We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99d6ff commit 1123e67Copy full SHA for 1123e67
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart
@@ -111,6 +111,7 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
111
112
indentableBlockTypes.add(ToggleListBlockKeys.type);
113
convertibleBlockTypes.add(ToggleListBlockKeys.type);
114
+
115
slashMenuItems = _customSlashMenuItems();
116
117
effectiveScrollController = widget.scrollController ?? ScrollController();
0 commit comments