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:
parent
15d33eb7fd
commit
8de1e42a0f
|
@ -1 +1 @@
|
||||||
Subproject commit 8646daa401d7970f0e45f7eeec0c8645dec2c519
|
Subproject commit 4d73c25c7adf300fcafa0aaed72e515895ee492f
|
|
@ -1033,6 +1033,8 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inputScrollView.ensureVisible(cursorRectangle)
|
||||||
}
|
}
|
||||||
|
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
|
|
Loading…
Reference in New Issue