We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7783a6 commit c127fd2Copy full SHA for c127fd2
frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/checkbox_text.dart
@@ -83,7 +83,6 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
83
children: [
84
GestureDetector(
85
key: iconKey,
86
- child: icon,
87
behavior: HitTestBehavior.opaque,
88
onTap: () async {
89
await widget.editorState.formatTextToCheckbox(
@@ -92,6 +91,7 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
92
91
textNode: widget.textNode,
93
);
94
},
+ child: icon,
95
),
96
Flexible(
97
child: FlowyRichText(
0 commit comments