diff --git a/websites/bitview/scripts/options.js b/websites/bitview/scripts/options.js index 83b23f6e9..0733e589b 100644 --- a/websites/bitview/scripts/options.js +++ b/websites/bitview/scripts/options.js @@ -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("/")