This commit is contained in:
Vanessa 2022-08-28 23:16:02 +08:00
parent f338c4016a
commit 87f681cce2
3 changed files with 26 additions and 2 deletions

View file

@ -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");