mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-10 18:48:13 -07:00
bitview: fix localstorage error
This commit is contained in:
@@ -4194,7 +4194,7 @@ export function initOptions({
|
|||||||
qrcode,
|
qrcode,
|
||||||
vecIdToIndexes,
|
vecIdToIndexes,
|
||||||
}) {
|
}) {
|
||||||
const LS_SELECTED_KEY = `selected_id`;
|
const LS_SELECTED_KEY = `selected_path`;
|
||||||
|
|
||||||
const urlPath_ = window.document.location.pathname
|
const urlPath_ = window.document.location.pathname
|
||||||
.split("/")
|
.split("/")
|
||||||
|
|||||||
Reference in New Issue
Block a user