"And" instead of "и"
This commit is contained in:
parent
12ef7fc704
commit
2bfaf1c3c2
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ If there's some action upon leaving the element, e.g. animation runs, then such
|
|||
|
||||
To avoid it, we can check `relatedTarget` and, if the mouse is still inside the element, then ignore such event.
|
||||
|
||||
Alternatively we can use other events: `mouseenter` и `mouseleave`, that we'll be covering now, as they don't have such problems.
|
||||
Alternatively we can use other events: `mouseenter` and `mouseleave`, that we'll be covering now, as they don't have such problems.
|
||||
|
||||
## Events mouseenter and mouseleave
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue