Only open status on left mouse press

th-downstream
blackle 8 years ago
parent 30106ce53d
commit 6ac1beab44

@ -69,7 +69,7 @@ const StatusContent = React.createClass({
return; return;
} }
if (deltaX + deltaY < 5) { if (deltaX + deltaY < 5 && e.button === 0) {
this.props.onClick(); this.props.onClick();
} }

Loading…
Cancel
Save