mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
fix layout scroll
This commit is contained in:
@@ -461,7 +461,9 @@ define('views/admin/layouts/grid', ['views/admin/layouts/base'], function (Dep)
|
||||
afterRender: function () {
|
||||
this.makeDraggable();
|
||||
|
||||
this.$el.find('.enabled-well').focus();
|
||||
let wellElement = /** @type {HTMLElement} */this.$el.find('.enabled-well').get(0)
|
||||
|
||||
wellElement.focus({preventScroll: true});
|
||||
},
|
||||
|
||||
fetch: function () {
|
||||
|
||||
Reference in New Issue
Block a user