Merge remote-tracking branch 'origin/master' into newStickerSets
This commit is contained in:
commit
257fc749ee
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ ListItem {
|
||||||
contextMenuLoader.active = true;
|
contextMenuLoader.active = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onMenuOpenChanged: {
|
||||||
|
// When opening/closing the context menu, we no longer scroll automatically
|
||||||
|
chatView.manuallyScrolledToBottom = false;
|
||||||
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
id: contextMenuLoader
|
id: contextMenuLoader
|
||||||
active: false
|
active: false
|
||||||
|
|
Loading…
Reference in a new issue