set the missing value for the GridRenderer render call in the CSVView

This commit is contained in:
Marc Satkowski 2025-04-09 19:53:34 +02:00
parent 30ec0b5cdd
commit 9e28aebfb6

View file

@ -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()