Merge pull request #2792 from justforuse/patch-1
Typo: touch-events should be touch-action
This commit is contained in:
commit
7e575de3f1
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ Pointer events allow handling mouse, touch and pen events simultaneously, with a
|
|||
|
||||
Pointer events extend mouse events. We can replace `mouse` with `pointer` in event names and expect our code to continue working for mouse, with better support for other device types.
|
||||
|
||||
For drag'n'drops and complex touch interactions that the browser may decide to hijack and handle on its own - remember to cancel the default action on events and set `touch-events: none` in CSS for elements that we engage.
|
||||
For drag'n'drops and complex touch interactions that the browser may decide to hijack and handle on its own - remember to cancel the default action on events and set `touch-action: none` in CSS for elements that we engage.
|
||||
|
||||
Additional abilities of pointer events are:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue