فهرست منبع

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,
                 ),
               ),