瀏覽代碼

chore: disable toolbar in code block (#3682)

Lucas.Xu 1 年之前
父節點
當前提交
0cd2726752
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart

+ 5 - 0
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart

@@ -154,6 +154,11 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
     supportSlashMenuNodeWhiteList.addAll([
       ToggleListBlockKeys.type,
     ]);
+    toolbarItemWhiteList.addAll([
+      ToggleListBlockKeys.type,
+      CalloutBlockKeys.type,
+      TableBlockKeys.type,
+    ]);
     AppFlowyRichTextKeys.supportSliced.add(AppFlowyRichTextKeys.fontFamily);
   }