|
@@ -72,7 +72,7 @@ class _RichTextNodeWidgetState extends State<RichTextNodeWidget>
|
|
child: FlowyRichText(
|
|
child: FlowyRichText(
|
|
key: _richTextKey,
|
|
key: _richTextKey,
|
|
textNode: widget.textNode,
|
|
textNode: widget.textNode,
|
|
- textSpanDecorator: (textSpan) => textSpan.updateTextStyle(textStyle),
|
|
|
|
|
|
+ textSpanDecorator: (textSpan) => textSpan,
|
|
placeholderTextSpanDecorator: (textSpan) =>
|
|
placeholderTextSpanDecorator: (textSpan) =>
|
|
textSpan.updateTextStyle(textStyle),
|
|
textSpan.updateTextStyle(textStyle),
|
|
lineHeight: widget.editorState.editorStyle.lineHeight,
|
|
lineHeight: widget.editorState.editorStyle.lineHeight,
|