Fix _onTapping not always returning bool

pull/13/head
singerdmx 4 years ago
parent a31b80235e
commit 5b45693e2a
  1. 1
      lib/widgets/editor.dart

@ -372,6 +372,7 @@ class _QuillEditorSelectionGestureDetectorBuilder
if (_flipListCheckbox(pos, line, segmentResult)) {
return true;
}
return false;
}
bool _flipListCheckbox(

Loading…
Cancel
Save