mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-19 00:21:40 +01:00
Only open status on left mouse press
This commit is contained in:
parent
97da56d02b
commit
6bba337080
@ -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…
x
Reference in New Issue
Block a user