mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove paper drawer auto-focus
This commit is contained in:
parent
017d0f0057
commit
bfc9058488
1 changed files with 3 additions and 3 deletions
|
@ -586,8 +586,8 @@ Custom property | Description | Default
|
||||||
this.notifyResize();
|
this.notifyResize();
|
||||||
}
|
}
|
||||||
if (e.propertyName === 'transform' && this.selected === 'drawer') {
|
if (e.propertyName === 'transform' && this.selected === 'drawer') {
|
||||||
var focusedChild = this._getAutoFocusedNode();
|
//var focusedChild = this._getAutoFocusedNode();
|
||||||
focusedChild && focusedChild.focus();
|
//focusedChild && focusedChild.focus();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -827,7 +827,7 @@ Custom property | Description | Default
|
||||||
focusedChildCameFromDrawer = path.shift() === drawerContent;
|
focusedChildCameFromDrawer = path.shift() === drawerContent;
|
||||||
}
|
}
|
||||||
if (!focusedChildCameFromDrawer && autoFocusedNode) {
|
if (!focusedChildCameFromDrawer && autoFocusedNode) {
|
||||||
autoFocusedNode.focus();
|
//autoFocusedNode.focus();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue