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 20e86108bd..2f76f6c83d 100644 --- a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart +++ b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart @@ -154,6 +154,11 @@ class _AppFlowyEditorPageState extends State { supportSlashMenuNodeWhiteList.addAll([ ToggleListBlockKeys.type, ]); + toolbarItemWhiteList.addAll([ + ToggleListBlockKeys.type, + CalloutBlockKeys.type, + TableBlockKeys.type, + ]); AppFlowyRichTextKeys.supportSliced.add(AppFlowyRichTextKeys.fontFamily); }