mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Added fix for cursor appearing below highlights
This commit is contained in:
parent
0f0dd5755d
commit
fe88e100e2
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user