mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix flutter analyze
This commit is contained in:
parent
d7783a6440
commit
c127fd28b8
@ -83,7 +83,6 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
|||||||
children: [
|
children: [
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
key: iconKey,
|
key: iconKey,
|
||||||
child: icon,
|
|
||||||
behavior: HitTestBehavior.opaque,
|
behavior: HitTestBehavior.opaque,
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
await widget.editorState.formatTextToCheckbox(
|
await widget.editorState.formatTextToCheckbox(
|
||||||
@ -92,6 +91,7 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
|||||||
textNode: widget.textNode,
|
textNode: widget.textNode,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
child: icon,
|
||||||
),
|
),
|
||||||
Flexible(
|
Flexible(
|
||||||
child: FlowyRichText(
|
child: FlowyRichText(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user