mirror of
https://github.com/nasa/openmct.git
synced 2025-03-12 23:44:08 +00:00
Decode object path
This commit is contained in:
parent
8545ddeaff
commit
2e35212c32
@ -96,7 +96,7 @@ class Browse {
|
||||
this.#unobserve();
|
||||
this.#unobserve = undefined;
|
||||
}
|
||||
|
||||
path = decodeURIComponent(path);
|
||||
if (!Array.isArray(path)) {
|
||||
path = path.split('/');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user