We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b4cce1 + 1feeb50 commit bd451d1Copy full SHA for bd451d1
src/packages/frontend/frame-editors/latex-editor/pdf-watcher.ts
@@ -32,7 +32,7 @@ export class PDFWatcher {
32
this.on_change = on_change;
33
34
const { head: directory, tail: pdfFilename } = path_split(this.pdf_path);
35
- this.watch_dir = directory || ".";
+ this.watch_dir = directory ?? "";
36
this.pdf_filename = pdfFilename;
37
}
38
0 commit comments