mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: bump version 0.2.7 (#3022)
* chore: bump version 0.2.7 * chore: update language files using inlang machine translation
This commit is contained in:
@ -110,6 +110,7 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
|
||||
super.initState();
|
||||
|
||||
indentableBlockTypes.add(ToggleListBlockKeys.type);
|
||||
convertibleBlockTypes.add(ToggleListBlockKeys.type);
|
||||
slashMenuItems = _customSlashMenuItems();
|
||||
|
||||
effectiveScrollController = widget.scrollController ?? ScrollController();
|
||||
|
@ -40,7 +40,7 @@ Node toggleListBlockNode({
|
||||
if (textDirection != null)
|
||||
ToggleListBlockKeys.textDirection: textDirection,
|
||||
},
|
||||
children: children ?? [paragraphNode()],
|
||||
children: children ?? [],
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user