mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: disable toolbar in code block (#3682)
This commit is contained in:
parent
11daa15b89
commit
0cd2726752
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user