We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03499d6 commit 9baeb3cCopy full SHA for 9baeb3c
2-ui/3-event-details/4-mouse-drag-and-drop/article.md
@@ -124,7 +124,7 @@ Let's update our algorithm:
124
125
```js
126
// onmousemove
127
- // у мяча ball стоит position:absoute
+ // ball has position:absoute
128
ball.style.left = event.pageX - *!*shiftX*/!* + 'px';
129
ball.style.top = event.pageY - *!*shiftY*/!* + 'px';
130
```
0 commit comments