Disable auto-scroll after context menu interaction, fixes #139
This commit is contained in:
parent
4435828ff7
commit
352789f79d
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