This reverts commit 4e019804a4.
4e019804a4
@ -84,8 +84,10 @@ export class VirtualGroupList extends Widget {
o.scrollTop = this.element.scrollTop();
if (!this.ticking) {
requestAnimationFrame(() => {
const start = new Date().getTime();
this._calculateBlocksToRender();
this.ticking = false;
console.log(new Date().getTime() - start);
});
this.ticking = true;
}