mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
parent
053ca8bd3c
commit
8bf4e66f7b
@ -151,10 +151,6 @@ export default class VirtualScroller<T> extends Component<VirtualScrollerProps<T
|
||||
if(size !== prevProps.size) {
|
||||
if(this.scrollLocked) {
|
||||
this.updateVisible(0);
|
||||
if(IS_IOS) {
|
||||
(this.updateVisible as any).flush();
|
||||
|
||||
}
|
||||
this.resetScroll();
|
||||
|
||||
}
|
||||
@ -369,9 +365,6 @@ export default class VirtualScroller<T> extends Component<VirtualScrollerProps<T
|
||||
return;
|
||||
}
|
||||
this.updateVisible(Math.max(offset - this.pageDelta, 0));
|
||||
if(IS_IOS) {
|
||||
(this.updateVisible as any).flush();
|
||||
}
|
||||
requestAnimationFrame(() => {
|
||||
ref = this.childRefs.get(index);
|
||||
this.savedIndex = null;
|
||||
|
Loading…
Reference in New Issue
Block a user