Fix comment

This commit is contained in:
Emile Bangma
2025-06-19 22:57:21 +02:00
committed by GitHub
parent 6b05c6ba64
commit b0560711ed

View File

@@ -162,7 +162,7 @@ async function setupExplorer(currentSlug: FullSlug) {
mapFn: new Function("return " + (dataFns.mapFn || "undefined"))(),
}
// Get folder state from local storage
// Get folder state from session storage
const storageTree = sessionStorage.getItem("fileTree")
const serializedExplorerState = storageTree && opts.useSavedState ? JSON.parse(storageTree) : []
const oldIndex = new Map<string, boolean>(