forked from cybrespace/pinafore
		
	reduce viewport render factor in virtual list
This commit is contained in:
		
							parent
							
								
									144468ade2
								
							
						
					
					
						commit
						d45e8da5c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
import { mark, stop } from '../../_utils/marks'
 | 
			
		||||
import { RealmStore } from '../../_utils/RealmStore'
 | 
			
		||||
 | 
			
		||||
const VIEWPORT_RENDER_FACTOR = 4
 | 
			
		||||
const VIEWPORT_RENDER_FACTOR = 3
 | 
			
		||||
 | 
			
		||||
class VirtualListStore extends RealmStore {
 | 
			
		||||
  constructor (state) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue