mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
chore: fix flutter analyze
This commit is contained in:
parent
d7783a6440
commit
c127fd28b8
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,6 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
|||
children: [
|
||||
GestureDetector(
|
||||
key: iconKey,
|
||||
child: icon,
|
||||
behavior: HitTestBehavior.opaque,
|
||||
onTap: () async {
|
||||
await widget.editorState.formatTextToCheckbox(
|
||||
|
@ -92,6 +91,7 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
|||
textNode: widget.textNode,
|
||||
);
|
||||
},
|
||||
child: icon,
|
||||
),
|
||||
Flexible(
|
||||
child: FlowyRichText(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue