mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🚨
This commit is contained in:
parent
1b5a049e1a
commit
1a0f176a05
3 changed files with 16 additions and 16 deletions
|
|
@ -54,8 +54,8 @@ const focusStack = async (stack: IBackStack) => {
|
|||
callback(tab) {
|
||||
const scrollAttr = saveScroll(stack.protyle, true);
|
||||
scrollAttr.focusId = stack.id;
|
||||
scrollAttr.focusStart = stack.position.start
|
||||
scrollAttr.focusEnd = stack.position.end
|
||||
scrollAttr.focusStart = stack.position.start;
|
||||
scrollAttr.focusEnd = stack.position.end;
|
||||
const editor = new Editor({
|
||||
tab,
|
||||
scrollAttr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue