mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix some more code smells
This commit is contained in:
parent
1b8474b4a3
commit
afee01602f
4 changed files with 4 additions and 4 deletions
|
@ -179,7 +179,7 @@ export class AlphaPicker {
|
|||
|
||||
if (item) {
|
||||
const prefix = item.getAttribute('data-prefix');
|
||||
if (prefix && prefix.length) {
|
||||
if (prefix?.length) {
|
||||
itemFocusValue = prefix[0];
|
||||
if (itemFocusTimeout) {
|
||||
clearTimeout(itemFocusTimeout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue