forked from Shinonome/dots-hyprland
Merge branch 'main' of https://github.com/end-4/dots-hyprland
This commit is contained in:
@@ -336,10 +336,10 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
|
|||||||
|
|
||||||
property int lastResponseLength: 0
|
property int lastResponseLength: 0
|
||||||
onContentHeightChanged: {
|
onContentHeightChanged: {
|
||||||
if (atYEnd) positionViewAtEnd();
|
if (atYEnd) Qt.callLater(positionViewAtEnd);
|
||||||
}
|
}
|
||||||
onCountChanged: { // Auto-scroll when new messages are added
|
onCountChanged: { // Auto-scroll when new messages are added
|
||||||
if (atYEnd) positionViewAtEnd();
|
if (atYEnd) Qt.callLater(positionViewAtEnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
add: null // Prevent function calls from being janky
|
add: null // Prevent function calls from being janky
|
||||||
@@ -778,4 +778,4 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user