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;
|
||||
}
|
||||
}
|
||||
|
||||
onMenuOpenChanged: {
|
||||
// When opening/closing the context menu, we no longer scroll automatically
|
||||
chatView.manuallyScrolledToBottom = false;
|
||||
}
|
||||
|
||||
Loader {
|
||||
id: contextMenuLoader
|
||||
active: false
|
||||
|
|
Loading…
Reference in a new issue