Skip to content

Commit a0ffbba

Browse files
committed
Conflict fixed on "Drag'n'Drop with mouse events" page in french
language
1 parent a981ccd commit a0ffbba

File tree

1 file changed

+1
-5
lines changed
  • 2-ui/3-event-details/4-mouse-drag-and-drop

1 file changed

+1
-5
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,7 @@ Par exemple, si nous commençons le glissement par le rebord de la balle, alors
121121

122122
```js
123123
// onmousemove
124-
<<<<<<< HEAD
125-
// la balle a une position: absolue
126-
=======
127-
// ball has position:absolute
128-
>>>>>>> 7b76185892aa9798c3f058256aed44a9fb413cc3
124+
// la balle a une position:absolute
129125
ball.style.left = event.pageX - *!*shiftX*/!* + 'px';
130126
ball.style.top = event.pageY - *!*shiftY*/!* + 'px';
131127
```

0 commit comments

Comments
 (0)