We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58f9c8d + 4a7fe13 commit bc08fd1Copy full SHA for bc08fd1
2-ui/3-event-details/6-pointer-events/slider.view/index.html
@@ -31,7 +31,7 @@
31
function onThumbMove(event) {
32
let newLeft = event.clientX - shiftX - slider.getBoundingClientRect().left;
33
34
- // if the pointer is out of slider => adjust left to be within the bounaries
+ // if the pointer is out of slider => adjust left to be within the boundaries
35
if (newLeft < 0) {
36
newLeft = 0;
37
}
0 commit comments