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.
1 parent 4b4cce1 commit 1feeb50Copy full SHA for 1feeb50
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