From 2029cdbc6e54a0a560465562525d48e3736820f1 Mon Sep 17 00:00:00 2001 From: Ilya Panasenko Date: Tue, 5 Jun 2018 04:38:56 +0300 Subject: [PATCH] Update README.md (#535) fix typo: `point-events` => `pointer-events` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 524a1c5012..13e31ae671 100644 --- a/README.md +++ b/README.md @@ -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