This commit is contained in:
Vanessa 2023-01-16 22:54:07 +08:00
parent ca6e82a549
commit 235f8f8a6a
9 changed files with 13 additions and 20 deletions

View file

@ -299,7 +299,7 @@ export const JSONToLayout = (isStart: boolean) => {
});
}
// https://github.com/siyuan-note/siyuan/pull/7086
const openId = getSearch("id", window.location.href)
const openId = getSearch("id", window.location.href);
if (openId) {
openFileById({
id: getSearch("id", window.location.href),