mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-05 22:48:27 +00:00
fix: checkbox placeholder error
This commit is contained in:
parent
0650c40d9d
commit
3e256be0b9
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
|||
placeholderText: 'To-do',
|
||||
textNode: widget.textNode,
|
||||
textSpanDecorator: _textSpanDecorator,
|
||||
placeholderTextSpanDecorator: _textSpanDecorator,
|
||||
editorState: widget.editorState,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue