mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
loadMoreMessages: Fix broken reference to this.view.outerHeight
:0/ FREEBIE
This commit is contained in:
@@ -332,7 +332,7 @@
|
||||
var endingHeight = this.view.scrollHeight;
|
||||
var delta = endingHeight - startingHeight;
|
||||
|
||||
var newScrollPosition = this.view.scrollPosition + delta - this.view.
|
||||
var newScrollPosition = this.view.scrollPosition + delta - this.view.outerHeight;
|
||||
this.view.$el.scrollTop(newScrollPosition);
|
||||
}.bind(this), 1);
|
||||
}.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user