Fix scroll reset after clicking on a notification
This commit is contained in:
parent
689827ee2f
commit
29b07950a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue