From b0560711ed5b158622c9b47125b5c2ea072ddfad Mon Sep 17 00:00:00 2001 From: Emile Bangma Date: Thu, 19 Jun 2025 22:57:21 +0200 Subject: [PATCH] Fix comment --- quartz/components/scripts/explorer.inline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/scripts/explorer.inline.ts b/quartz/components/scripts/explorer.inline.ts index f23f4df07..a8a5065a9 100644 --- a/quartz/components/scripts/explorer.inline.ts +++ b/quartz/components/scripts/explorer.inline.ts @@ -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(