reserve entered paths on navigating back

- retain the list of entered folders on going up the directory tree. 😹
This commit is contained in:
geoffrey45
2022-06-08 15:54:51 +03:00
parent 84bf467d9f
commit 14364a1257
4 changed files with 60 additions and 14 deletions
+1
View File
@@ -89,6 +89,7 @@ interface fromSearch {
interface subPath {
name: string;
path: string;
active: boolean;
}
export {