Remove debug statement from previous testing...

This commit is contained in:
Sebastian Wolf 2021-05-26 15:16:05 +02:00 committed by GitHub
parent b350487fb9
commit b719d18a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1050,7 +1050,6 @@ Page {
}
onHeightChanged: {
console.log("Height changed, previous: " + previousHeight + ", now: " + height);
if (previousHeight > height) {
var deltaHeight = previousHeight - height;
chatView.contentY = chatView.contentY + deltaHeight;