This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#536
from blackle/leftclick
Only open status on left mouse press
closed-social-v3
Eugen
7 years ago
committed by
GitHub
parent
97da56d02b
6bba337080
commit
0a391a2872
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