fix(@desktop/chat): add autoscroll to cursor in chat input

Requires https://github.com/status-im/StatusQ/pull/868

Fixes #7093
Fixes #7171
This commit is contained in:
PavelS 2022-08-25 16:06:32 +03:00 committed by PavelS
parent 15d33eb7fd
commit 8de1e42a0f
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8646daa401d7970f0e45f7eeec0c8645dec2c519
Subproject commit 4d73c25c7adf300fcafa0aaed72e515895ee492f

View File

@ -1033,6 +1033,8 @@ Rectangle {
}
}
}
inputScrollView.ensureVisible(cursorRectangle)
}
onTextChanged: {