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