mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
feat: add toggle list and integrate add block button (#2547)
This commit is contained in:
parent
bc66f43f47
commit
623f182bba
17 changed files with 507 additions and 27 deletions
|
@ -89,11 +89,11 @@ class _DocumentPageState extends State<DocumentPage> {
|
|||
Widget _buildEditorPage(BuildContext context, DocumentState state) {
|
||||
final appflowyEditorPage = AppFlowyEditorPage(
|
||||
editorState: editorState!,
|
||||
header: _buildCoverAndIcon(context),
|
||||
);
|
||||
return Column(
|
||||
children: [
|
||||
if (state.isDeleted) _buildBanner(context),
|
||||
_buildCoverAndIcon(context),
|
||||
Expanded(
|
||||
child: appflowyEditorPage,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue