ai chat: prevent function call message from abrupt jumps

This commit is contained in:
end-4
2025-06-06 20:50:53 +02:00
parent eeb41de46c
commit 31e782a36f
2 changed files with 6 additions and 2 deletions
@@ -162,6 +162,7 @@ int main(int argc, char* argv[]) {
id: messageListView
anchors.fill: parent
spacing: 10
popin: false
property int lastResponseLength: 0
@@ -175,6 +176,8 @@ int main(int argc, char* argv[]) {
}
}
add: null // Prevent function calls from being janky
Behavior on contentY {
NumberAnimation {
id: scrollAnim