mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
This commit is contained in:
parent
f338c4016a
commit
87f681cce2
3 changed files with 26 additions and 2 deletions
|
|
@ -318,7 +318,7 @@ export class Wnd {
|
|||
tab: currentTab,
|
||||
blockId: json.blockId,
|
||||
mode: json.mode,
|
||||
action: [json.action],
|
||||
action: typeof json.action === "string" ? [json.action] : json.action,
|
||||
scrollAttr: json.scrollAttr,
|
||||
}));
|
||||
currentTab.headElement.removeAttribute("data-initdata");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue