We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5638d9 commit 273b904Copy full SHA for 273b904
2-ui/3-event-details/4-mouse-drag-and-drop/article.md
@@ -146,7 +146,7 @@ ball.onmousedown = function(event) {
146
moveAt(event.pageX, event.pageY);
147
148
// sposta il pallone alle coordinate (pageX, pageY)
149
- // tenendo conto dello spostamento iniziale
+ // tenendo conto dello scostamento iniziale
150
function moveAt(pageX, pageY) {
151
ball.style.left = pageX - *!*shiftX*/!* + 'px';
152
ball.style.top = pageY - *!*shiftY*/!* + 'px';
0 commit comments