diff --git a/src/view/CSVView.ts b/src/view/CSVView.ts index aed3656..b3aeed0 100644 --- a/src/view/CSVView.ts +++ b/src/view/CSVView.ts @@ -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()