mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-08 09:53:20 +02:00
#425 - fix for global file path
This commit is contained in:
@@ -84,7 +84,7 @@ export class Preview {
|
||||
}
|
||||
}
|
||||
|
||||
if (selectedFolder) {
|
||||
if (selectedFolder && selectedFolder.previewPath) {
|
||||
pathname = selectedFolder.previewPath;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user