Added fix for cursor appearing below highlights

This commit is contained in:
Harinandan 2021-11-23 12:22:43 +05:30
parent 0f0dd5755d
commit fe88e100e2

View File

@ -98,6 +98,7 @@ class _DocPageState extends State<DocPage> {
controller: controller,
focusNode: _focusNode,
scrollable: true,
paintCursorAboveText: true,
autoFocus: controller.document.isEmpty(),
expands: false,
padding: const EdgeInsets.symmetric(horizontal: 8.0),