Remove debug statement from previous testing...
This commit is contained in:
parent
b350487fb9
commit
b719d18a70
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue