فهرست منبع

fix: the cursor shows sometimes when tapping the checkbox

Lucas.Xu 2 سال پیش
والد
کامیت
52ba0c0092
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/checkbox_text.dart

+ 1 - 0
frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/checkbox_text.dart

@@ -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,