From 30be834e7e577f688c7f6e43ea0d40bc563b5439 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Sun, 15 May 2016 09:47:31 -0700 Subject: [PATCH] Tweak README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fdddbb..711f2c5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ Add tools that augment the type of user interaction - Pencil tool: Click and drag across the canvas to paint pixels. - Rectangle tool: Click and drag across the canvas to paint all pixels that fall inside a rectangular selection. -**TIP:** Check out the [`mouseover` event](http://jsfiddle.net/ryansobol/ynctwr0m/11/). +For these tools, you'll need a combination of the `mousedown`, `mouseenter`, and `mouseup` events. + +**TIP:** The [`mouseenter` event](https://developer.mozilla.org/en-US/docs/Web/Events/mouseenter) doesn't bubble to up the DOM tree. ### Deployment