🐛 Fix the goddamn AI code

This commit is contained in:
2025-07-31 21:44:14 +08:00
parent 4597373ac9
commit 6b1214a06f
10 changed files with 258 additions and 111 deletions

View File

@@ -460,18 +460,7 @@ class ArticleComposeScreen extends HookConsumerWidget {
),
// Bottom toolbar
ComposeToolbar(
ref: ref,
context: context,
colorScheme: colorScheme,
isEmpty: state.isEmpty,
titleController: state.titleController,
descriptionController: state.descriptionController,
contentController: state.contentController,
visibility: state.visibility,
attachments: state.attachments,
originalPost: originalPost,
),
ComposeToolbar(state: state, originalPost: originalPost),
],
),
),