mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-23 22:27:13 -04:00
Added fix for cursor appearing below highlights
This commit is contained in:
parent
0f0dd5755d
commit
fe88e100e2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue