This commit is contained in:
Vitaly Turovsky 2024-08-18 15:16:19 +03:00
commit adca2bc494

View file

@ -194,7 +194,7 @@ export class Viewer {
data: [],
timeout: setTimeout(() => {
for (const args of currentLoadChunkBatch!.data) {
//@ts-ignore
//@ts-expect-error
this.addColumn(...args)
}
currentLoadChunkBatch = null