We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c280e52 commit a1fd003Copy full SHA for a1fd003
source/quo.gestures.coffee
@@ -32,7 +32,7 @@ Quo.Gestures = do ($$ = Quo) ->
32
33
# Private methods
34
_start = (ev) ->
35
- return ev.stopPropagation() if ev.srcElement.tagName.toLowerCase() in _disabled_tags
+ return ev.stopPropagation() if ev.srcElement?.tagName.toLowerCase() in _disabled_tags
36
_started = true
37
_originalEvent = ev or event
38
_fingers = _getFingers(ev)
0 commit comments