mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-06 00:11:33 +01:00
reduce viewport render factor in virtual list
This commit is contained in:
parent
144468ade2
commit
d45e8da5c4
@ -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…
Reference in New Issue
Block a user