Fix scroll reset after clicking on a notification

pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 689827ee2f
commit 29b07950a3
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -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

Loading…
Cancel
Save