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,
|
controller: controller,
|
||||||
focusNode: _focusNode,
|
focusNode: _focusNode,
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
|
paintCursorAboveText: true,
|
||||||
autoFocus: controller.document.isEmpty(),
|
autoFocus: controller.document.isEmpty(),
|
||||||
expands: false,
|
expands: false,
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 8.0),
|
padding: const EdgeInsets.symmetric(horizontal: 8.0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user