mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🎨 Clean code
This commit is contained in:
parent
c099f3be2e
commit
6b484527a7
1 changed files with 2 additions and 1 deletions
|
|
@ -298,7 +298,8 @@ export const JSONToLayout = (isStart: boolean) => {
|
|||
}
|
||||
});
|
||||
}
|
||||
// https://github.com/siyuan-note/siyuan/pull/7086
|
||||
|
||||
// 支持通过 URL 查询字符串参数 `id` 和 `focus` 跳转到 Web 端指定块 https://github.com/siyuan-note/siyuan/pull/7086
|
||||
const openId = getSearch("id");
|
||||
if (openId) {
|
||||
// 启动时 layout 中有该文档,该文档还原会在此之后,因此需有延迟
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue