forked from Shinonome/dots-hyprland
ai chat: prevent function call message from abrupt jumps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user