Skip to content

Commit d458012

Browse files
woutervh-Fil
andauthored
Update src/brush.js
Co-authored-by: Philippe Rivière <fil@rezo.net>
1 parent 0b63ae6 commit d458012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/brush.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function brush(dim) {
408408
}
409409

410410
redraw.call(that);
411-
emit.start(undefined, mode.name);
411+
emit.start(event, mode.name);
412412

413413
function moved(event) {
414414
for (const p of event.changedTouches || [event]) {

0 commit comments

Comments
 (0)