Vanessa 2022-10-30 23:57:46 +08:00
parent d2e6198e21
commit c79048ad73
9 changed files with 15 additions and 16 deletions

View file

@ -271,7 +271,7 @@ const initBar = () => {
notebook: item.id,
app: Constants.SIYUAN_APPID,
});
window.localStorage.setItem(Constants.LOCAL_DAILYNOTEID, item.id);
localStorage.setItem(Constants.LOCAL_DAILYNOTEID, item.id);
}
}).element);
}