Also allow navigating to symlinked directories

master
Sven Slootweg 8 years ago
parent d6bdee2b6d
commit 7b1cb06e94

@ -11,7 +11,7 @@ app
browser.navigate(path.join(__dirname, "../../../"));
browser.on("clickEntry", function(entry) {
if (entry.type === "folder") {
if (entry.targetType === "folder") {
browser.navigate(entry.path);
}
})

Loading…
Cancel
Save