#425 - fix for global file path

This commit is contained in:
Elio Struyf
2023-02-12 13:23:20 +01:00
parent 76707b9eee
commit af393bbfc5
+1 -1
View File
@@ -84,7 +84,7 @@ export class Preview {
}
}
if (selectedFolder) {
if (selectedFolder && selectedFolder.previewPath) {
pathname = selectedFolder.previewPath;
}
}