mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
This commit is contained in:
parent
01dea02541
commit
a63c545ad5
1 changed files with 3 additions and 1 deletions
|
|
@ -257,7 +257,9 @@ export const copyTab = (app: App, tab: Tab) => {
|
||||||
app,
|
app,
|
||||||
tab: newTab,
|
tab: newTab,
|
||||||
blockId: tab.model.editor.protyle.block.id,
|
blockId: tab.model.editor.protyle.block.id,
|
||||||
rootId: tab.model.editor.protyle.block.rootID
|
rootId: tab.model.editor.protyle.block.rootID,
|
||||||
|
// https://github.com/siyuan-note/siyuan/issues/12150
|
||||||
|
action: tab.model.editor.protyle.block.action,
|
||||||
});
|
});
|
||||||
} else if (tab.model instanceof Asset) {
|
} else if (tab.model instanceof Asset) {
|
||||||
model = new Asset({
|
model = new Asset({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue