fix(components/columns_area): Increase delta for swipe detection (#4037)
This commit is contained in:
		
							parent
							
								
									d1d94216d1
								
							
						
					
					
						commit
						60da49f856
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		
		Reference in a new issue