mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01: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