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

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