1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge branch 'master' into migrate-to-ES6-58

This commit is contained in:
Cameron 2020-08-07 09:29:15 +01:00 committed by GitHub
commit b44ca55f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 3305 additions and 3026 deletions

View file

@ -31,6 +31,7 @@ define(['require', 'dialogHelper', 'loading', 'apphost', 'layoutManager', 'conne
function centerFocus(elem, horiz, on) {
require(['scrollHelper'], function (scrollHelper) {
scrollHelper = scrollHelper.default || scrollHelper;
var fn = on ? 'on' : 'off';
scrollHelper.centerFocus[fn](elem, horiz);
});