🐛 Fix some building time problem

This commit is contained in:
2024-10-06 01:53:36 +08:00
parent 859bbd09e0
commit 4036a79995
2 changed files with 2 additions and 0 deletions

View File

@ -376,6 +376,7 @@ class _PostPublishScreenState extends State<PostPublishScreen> {
Expanded(
child: SingleChildScrollView(
child: MarkdownTextContent(
isAutoWarp: _editorController.mode.value == 0,
content: _editorController.contentController.text,
parentId: 'post-editor-preview',
).paddingOnly(top: 12, right: 16),