mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: enable heading in the table plugin (#3325)
This commit is contained in:
parent
7d6fa0b159
commit
af0ae2e375
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user