diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/rich_text.dart b/frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/rich_text.dart index f48714045b..b739211951 100644 --- a/frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/rich_text.dart +++ b/frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/rich_text.dart @@ -72,7 +72,7 @@ class _RichTextNodeWidgetState extends State child: FlowyRichText( key: _richTextKey, textNode: widget.textNode, - textSpanDecorator: (textSpan) => textSpan.updateTextStyle(textStyle), + textSpanDecorator: (textSpan) => textSpan, placeholderTextSpanDecorator: (textSpan) => textSpan.updateTextStyle(textStyle), lineHeight: widget.editorState.editorStyle.lineHeight,