Skip to content

Commit

Permalink
Prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrowd committed Jul 2, 2021
1 parent ddad803 commit f06fbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react-swipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
function getSafeEventHandlerOpts() {
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : { capture: true };

return supportsCaptureOption ? options : options.capture;
return supportsCaptureOption ? options : false;
}

/**
Expand Down

0 comments on commit f06fbd4

Please sign in to comment.