diff --git a/client/src/views/list.js b/client/src/views/list.js index 8dc1a3c5c2..95ff3d9d9b 100644 --- a/client/src/views/list.js +++ b/client/src/views/list.js @@ -515,7 +515,7 @@ function (Dep, /** typeof module:search-manager.Class */SearchManager) { this.loadList(); } - this.$el.focus(); + this.$el.get(0).focus({preventScroll: true}); }, /**