mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🎨 transaction
This commit is contained in:
parent
210139a26c
commit
eed539a34e
2 changed files with 6 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ const getUnInitTab = (options: IOpenFileOptions) => {
|
|||
item.headElement.setAttribute("data-initdata", JSON.stringify(initObj));
|
||||
item.parent.switchTab(item.headElement);
|
||||
return true;
|
||||
} else if (initObj.instance === "Custom" && options.custom && objEquals(initObj.customModelData, options.custom.data)) {
|
||||
} else if (initObj.instance === "Custom" && options.custom && objEquals(initObj.customModelData, options.custom.data)) {
|
||||
item.parent.switchTab(item.headElement);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue