Decode object path

This commit is contained in:
Andrew Henry 2025-03-07 07:33:45 -08:00
parent 8545ddeaff
commit 2e35212c32

View File

@ -96,7 +96,7 @@ class Browse {
this.#unobserve();
this.#unobserve = undefined;
}
path = decodeURIComponent(path);
if (!Array.isArray(path)) {
path = path.split('/');
}