missing newline

This commit is contained in:
viown 2024-09-06 10:06:49 +03:00 committed by Bill Thornton
parent fb0d1f8a8c
commit b5a252e104

View File

@ -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');