瀏覽代碼

feat: enable heading in the table plugin (#3325)

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

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

@@ -61,7 +61,7 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
     paragraphItem..isActive = onlyShowInSingleTextTypeSelectionAndExcludeTable,
     ...(headingItems
       ..forEach(
-        (e) => e.isActive = onlyShowInSingleTextTypeSelectionAndExcludeTable,
+        (e) => e.isActive = onlyShowInSingleSelectionAndTextType,
       )),
     ...markdownFormatItems,
     quoteItem..isActive = onlyShowInSingleTextTypeSelectionAndExcludeTable,