bitview: fix localstorage error

This commit is contained in:
nym21
2025-09-06 15:41:16 +02:00
parent a224e4c4d8
commit e155a3dacf

View File

@@ -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("/")