tosijs-ui 1.4.10 → 1.4.12

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.
@@ -420,7 +420,8 @@ export class TosiTable extends WebComponent {
420
420
  content = null;
421
421
  getColumn(event) {
422
422
  const x = (event.touches !== undefined ? event.touches[0].clientX : event.clientX) -
423
- this.getBoundingClientRect().x;
423
+ this.getBoundingClientRect().x +
424
+ this.scrollLeft;
424
425
  const epsilon = event.touches !== undefined ? 20 : 5;
425
426
  let boundaryX = 0;
426
427
  const log = [];