mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 11:14:21 +01:00
This commit is contained in:
parent
b5c652b821
commit
108bc5b5d5
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ openTab = (options: {
|
|||
afterOpen: options.afterOpen,
|
||||
id: options.doc.id,
|
||||
action: options.doc.action,
|
||||
zoomIn: options.doc.zoomIn
|
||||
zoomIn: options.doc.zoomIn,
|
||||
scrollPosition: "start"
|
||||
});
|
||||
}
|
||||
if (options.asset) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue