()
| 693 | const id = row.dataset.id; |
| 694 | let x0 = 0, y0 = 0, active = false, horizontal = false; |
| 695 | const base = () => (state.swipedTrackId === id ? -84 : 0); |
| 696 | |
| 697 | row.addEventListener("pointerdown", (e) => { |
| 698 | x0 = e.clientX; y0 = e.clientY; active = true; horizontal = false; |