mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-08-21 03:51:27 +02:00
Fix comment
This commit is contained in:
parent
6b05c6ba64
commit
b0560711ed
@ -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>(
|
||||
|
Loading…
x
Reference in New Issue
Block a user