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 3e6f6a8 commit ca96f86Copy full SHA for ca96f86
modules/components/Link.js
@@ -119,7 +119,7 @@ var Link = React.createClass({
119
if (isModifiedEvent(event) || !isLeftClick(event))
120
return;
121
122
- if (ret === false || event.preventDefaulted === true)
+ if (ret === false || event.defaultPrevented === true)
123
allowTransition = false;
124
125
event.preventDefault();
0 commit comments