remove leftover condition

This commit is contained in:
Iuri Matias 2020-07-15 16:02:36 -04:00
parent 07b757ddad
commit c5410b6536
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ScrollView {
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
function scrollToBottom(force, caller) {
if (!true && !chatLogView.atYEnd) {
if (!chatLogView.atYEnd) {
// User has scrolled up, we don't want to scroll back
return
}