Explorar el Código

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

Lucas.Xu hace 1 año
padre
commit
af0ae2e375

+ 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,