focus fix

This commit is contained in:
Yuri Kuznetsov
2022-08-05 13:15:13 +03:00
parent bd9dc3dfe3
commit e2a1e497fc
+1 -1
View File
@@ -515,7 +515,7 @@ function (Dep, /** typeof module:search-manager.Class */SearchManager) {
this.loadList();
}
this.$el.focus();
this.$el.get(0).focus({preventScroll: true});
},
/**