We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f039d3 commit 0786cfaCopy full SHA for 0786cfa
2-ui/3-event-details/1-mouse-events-basics/article.md
@@ -39,7 +39,7 @@ In cases when a single action initiates multiple events, their order is fixed. T
39
```online
40
Click the button below and you'll see the events. Try double-click too.
41
42
-In the tests and below, all mouse events are logged, and if there is more than a 1 second delay between them, they are separated by a horizontal rule.
+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 rule.
43
44
Also, we can see the `button` property that allows us to detect the mouse button; it's explained below.
45
0 commit comments