mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: the cursor shows sometimes when tapping the checkbox
This commit is contained in:
parent
0e55cd07a4
commit
52ba0c0092
@ -84,6 +84,7 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
||||
GestureDetector(
|
||||
key: iconKey,
|
||||
child: icon,
|
||||
behavior: HitTestBehavior.opaque,
|
||||
onTap: () async {
|
||||
await widget.editorState.formatTextToCheckbox(
|
||||
widget.editorState,
|
||||
|
Loading…
Reference in New Issue
Block a user