Skip to content

Commit

Permalink
Update src/brush.js
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Rivière <fil@rezo.net>
  • Loading branch information
woutervh- and Fil committed Aug 25, 2020
1 parent 0b63ae6 commit d458012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brush.js
Expand Up @@ -408,7 +408,7 @@ function brush(dim) {
}

redraw.call(that);
emit.start(undefined, mode.name);
emit.start(event, mode.name);

function moved(event) {
for (const p of event.changedTouches || [event]) {
Expand Down

0 comments on commit d458012

Please sign in to comment.