mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
missing newline
This commit is contained in:
parent
fb0d1f8a8c
commit
b5a252e104
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ function onItemSelectionPanelClick(e, itemSelectionPanel) {
|
|||
// toggle the checkbox, if it wasn't clicked on
|
||||
if (!dom.parentWithClass(e.target, 'chkItemSelect')) {
|
||||
const chkItemSelect = itemSelectionPanel.querySelector('.chkItemSelect');
|
||||
|
||||
if (chkItemSelect) {
|
||||
if (chkItemSelect.classList.contains('checkedInitial')) {
|
||||
chkItemSelect.classList.remove('checkedInitial');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue