typo fixes

This commit is contained in:
Patrick Jentsch 2023-06-05 14:02:53 +02:00
parent 526fd1769e
commit ac2f27150b

View File

@ -173,13 +173,13 @@ class CorpusFileList extends ResourceList {
break; break;
} }
case 'select': { case 'select': {
if (event.target.checked) { if (event.target.checked) {
this.selectedItemIds.add(itemId); this.selectedItemIds.add(itemId);
} else { } else {
this.selectedItemIds.delete(itemId); this.selectedItemIds.delete(itemId);
} }
this.renderingItemSelection(); this.renderingItemSelection();
break;
} }
default: { default: {
break; break;