mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-27 06:46:22 +00:00
remove leftover condition
This commit is contained in:
parent
07b757ddad
commit
c5410b6536
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user