You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/3-event-details/1-mouse-events-basics/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ In cases when a single action initiates multiple events, their order is fixed. T
47
47
```online
48
48
Click the button below and you'll see the events. Try double-click too.
49
49
50
-
On the teststand below all mouse events are logged, and if there are more than 1 second delay between them, then they are separated by a horizontal ruler.
50
+
On the teststand below all mouse events are logged, and if there is more than a 1 second delay between them they are separated by a horizontal ruler.
51
51
52
52
Also we can see the `which` property that allows to detect the mouse button.
0 commit comments