Skip to content

Commit

Permalink
Update 222.精读《深入了解现代浏览器四》.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders authored Jan 11, 2022
1 parent d4d87b0 commit 933862c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ document.body.addEventListener('touchstart', event => {

```css
#area {
touch-action: pan-x;
touch-action: none;
}
```

Expand Down

0 comments on commit 933862c

Please sign in to comment.