tosijs-ui 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -504,7 +504,7 @@ export class TosiTable extends WebComponent {
504
504
  return;
505
505
  }
506
506
  const pickedItem = getListItem(tr);
507
- if (pickedItem === false) {
507
+ if (pickedItem == null) {
508
508
  return;
509
509
  }
510
510
  const mouseEvent = event;