Skip to content

Commit

Permalink
Update README.md (#535)
Browse files Browse the repository at this point in the history
fix typo: `point-events` => `pointer-events`
  • Loading branch information
ipanasenko authored and alexreardon committed Jun 5, 2018
1 parent b19e008 commit 2029cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ cursor: grab;
An optimisation to avoid processing `pointer-events` while dragging. Also used to allow scrolling through a drag handle with a track pad or mouse wheel.

```css
point-events: none;
pointer-events: none;
```

#### (Phase: dragging): Draggable element
Expand Down

0 comments on commit 2029cdb

Please sign in to comment.