From fe88e100e285a48598950c60cea4fe142ce04ade Mon Sep 17 00:00:00 2001 From: Harinandan Date: Tue, 23 Nov 2021 12:22:43 +0530 Subject: [PATCH] Added fix for cursor appearing below highlights --- .../lib/workspace/presentation/stack_page/doc/doc_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app_flowy/lib/workspace/presentation/stack_page/doc/doc_page.dart b/frontend/app_flowy/lib/workspace/presentation/stack_page/doc/doc_page.dart index 4039834a9d..61f05d4cce 100644 --- a/frontend/app_flowy/lib/workspace/presentation/stack_page/doc/doc_page.dart +++ b/frontend/app_flowy/lib/workspace/presentation/stack_page/doc/doc_page.dart @@ -98,6 +98,7 @@ class _DocPageState extends State { controller: controller, focusNode: _focusNode, scrollable: true, + paintCursorAboveText: true, autoFocus: controller.document.isEmpty(), expands: false, padding: const EdgeInsets.symmetric(horizontal: 8.0),