소스 검색

fix: checkbox placeholder error

Lucas.Xu 2 년 전
부모
커밋
3e256be0b9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/checkbox_text.dart

+ 1 - 0
frontend/app_flowy/packages/flowy_editor/lib/render/rich_text/checkbox_text.dart

@@ -94,6 +94,7 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
                   placeholderText: 'To-do',
                   textNode: widget.textNode,
                   textSpanDecorator: _textSpanDecorator,
+                  placeholderTextSpanDecorator: _textSpanDecorator,
                   editorState: widget.editorState,
                 ),
               ),