From 3e256be0b9d5435bef51a577f8894ebfb15b424d Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 9 Aug 2022 19:19:35 +0800 Subject: [PATCH] fix: checkbox placeholder error --- .../flowy_editor/lib/render/rich_text/checkbox_text.dart | 1 + 1 file changed, 1 insertion(+) 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, ), ),