Skip to content

Commit

Permalink
missing sourceEvent in brush start
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Aug 25, 2020
1 parent 19ca758 commit 0ee1091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brush.js
Expand Up @@ -407,7 +407,7 @@ function brush(dim) {
}

redraw.call(that);
emit.start();
emit.start(event);

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

0 comments on commit 0ee1091

Please sign in to comment.