From 7c771ad60acd374a3335af2fcafc3b1333e31644 Mon Sep 17 00:00:00 2001 From: Jesse Ezell Date: Fri, 19 Jan 2024 00:21:56 -0800 Subject: [PATCH] fix web cursor height (don't use ios logic) --- lib/src/widgets/others/cursor.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/others/cursor.dart b/lib/src/widgets/others/cursor.dart index 41513308..c9daeb0b 100644 --- a/lib/src/widgets/others/cursor.dart +++ b/lib/src/widgets/others/cursor.dart @@ -291,7 +291,7 @@ class CursorPainter { final caretHeight = editable!.getFullHeightForCaret(position); if (caretHeight != null) { - if (isAppleOS(supportWeb: true)) { + if (isAppleOS(supportWeb: false)) { // Center the caret vertically along the text. caretRect = Rect.fromLTWH( caretRect.left,