From 5b45693e2af08ddf0b925fe980e202e964d19361 Mon Sep 17 00:00:00 2001 From: singerdmx Date: Mon, 18 Jan 2021 17:43:27 -0800 Subject: [PATCH] Fix _onTapping not always returning bool --- lib/widgets/editor.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widgets/editor.dart b/lib/widgets/editor.dart index b585d3b3..90d10f07 100644 --- a/lib/widgets/editor.dart +++ b/lib/widgets/editor.dart @@ -372,6 +372,7 @@ class _QuillEditorSelectionGestureDetectorBuilder if (_flipListCheckbox(pos, line, segmentResult)) { return true; } + return false; } bool _flipListCheckbox(