mirror of https://github.com/tootsuite/mastodon
fix(components/columns_area): Increase delta for swipe detection (#4037)
parent
d1d94216d1
commit
60da49f856
|
@ -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}
|
||||
</ReactSwipeable>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue