mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
set the missing value for the GridRenderer render call in the CSVView
This commit is contained in:
parent
30ec0b5cdd
commit
9e28aebfb6
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ export class CSVView extends TextFileView {
|
|||
})
|
||||
menu.showAtMouseEvent(e.event as any)
|
||||
}
|
||||
}, gridEl, { cellParser: this.cellParser })
|
||||
}, gridEl, { cellParser: this.cellParser, sourcePath: this.file?.path || '' })
|
||||
|
||||
this.api = api;
|
||||
this.loadDataIntoGrid()
|
||||
|
|
|
|||
Loading…
Reference in a new issue