This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Only open status on left mouse press
closed-social-glitch-2
blackle
7 years ago
parent
97da56d02b
commit
6bba337080
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/assets/javascripts/components/components/status_content.jsx
+ 1
- 1
app/assets/javascripts/components/components/status_content.jsx
View File
@ -69,7 +69,7 @@ const StatusContent = React.createClass({
return
;
}
if
(
deltaX
+
deltaY
<
5
)
{
if
(
deltaX
+
deltaY
<
5
&&
e
.
button
===
0
)
{
this
.
props
.
onClick
(
)
;
}
Write
Preview
Loading…
Cancel
Save