mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
fix: the cursor shows sometimes when tapping the checkbox
This commit is contained in:
parent
0e55cd07a4
commit
52ba0c0092
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
key: iconKey,
|
key: iconKey,
|
||||||
child: icon,
|
child: icon,
|
||||||
|
behavior: HitTestBehavior.opaque,
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
await widget.editorState.formatTextToCheckbox(
|
await widget.editorState.formatTextToCheckbox(
|
||||||
widget.editorState,
|
widget.editorState,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue