Skip to content

Commit e80750e

Browse files
author
Michael Bleigh
committed
Don't bubble any events that we capture.
1 parent c0ea192 commit e80750e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/sketch.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454

5555
onEvent: (e)->
5656
$(this).data('sketch').addEvent e
57+
false
5758

5859
addEvent: (e)->
5960
switch e.type

src/sketch.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)