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
fix(components/columns_area): Increase delta for swipe detection (
#4037
)
closed-social-v3
Sorin Davidoi
7 years ago
committed by
Eugen Rochko
parent
d1d94216d1
commit
60da49f856
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/mastodon/features/ui/components/columns_area.js
+ 1
- 1
app/javascript/mastodon/features/ui/components/columns_area.js
View File
@ -53,7 +53,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
if
(
singleColumn
)
{
return
(
<
ReactSwipeable
onSwipedLeft
=
{
this
.
handleLeftSwipe
}
onSwipedRight
=
{
this
.
handleRightSwipe
}
className
=
'columns-area'
>
<
ReactSwipeable
onSwipedLeft
=
{
this
.
handleLeftSwipe
}
onSwipedRight
=
{
this
.
handleRightSwipe
}
delta
=
{
30
}
className
=
'columns-area'
>
{
children
}
<
/
R
e
a
c
t
S
w
i
p
e
a
b
l
e
>
)
;
Write
Preview
Loading…
Cancel
Save