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),