Fix scroll reset after clicking on a notification

This commit is contained in:
lilia 2017-05-02 16:27:26 -07:00 committed by Scott Nonnenberg
parent 689827ee2f
commit 29b07950a3
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -57,7 +57,7 @@
this.openView(this.inboxView);
}.bind(this));
} else {
if (!$.contains(this.$el, this.inboxView.$el)) {
if (!$.contains(this.el, this.inboxView.el)) {
this.openView(this.inboxView);
}
window.focus(); // FIXME