diff --git a/frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/checkbox_text.dart b/frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/checkbox_text.dart index 890f80fd54..073c339ed6 100644 --- a/frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/checkbox_text.dart +++ b/frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/checkbox_text.dart @@ -94,6 +94,7 @@ class _CheckboxNodeWidgetState extends State placeholderText: 'To-do', textNode: widget.textNode, textSpanDecorator: _textSpanDecorator, + placeholderTextSpanDecorator: _textSpanDecorator, editorState: widget.editorState, ), ),