From 39f0dad2708c0961bdcc89c6e542bf9d39ccfaa6 Mon Sep 17 00:00:00 2001 From: singerdmx Date: Wed, 10 Feb 2021 00:03:06 -0800 Subject: [PATCH] Fix TextSelection --- lib/widgets/text_selection.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/widgets/text_selection.dart b/lib/widgets/text_selection.dart index 9ad7c5ef..64534c0c 100644 --- a/lib/widgets/text_selection.dart +++ b/lib/widgets/text_selection.dart @@ -206,7 +206,6 @@ class EditorTextSelectionOverlay { endpoints, selectionDelegate, clipboardStatus, - Offset(0, 0), ), ), );