fix lint
This commit is contained in:
parent
0c99f4d5e0
commit
adca2bc494
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue