mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
f4523d60d2
commit
e7268cc011
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ const focusStack = async (stack: IBackStack) => {
|
||||||
}
|
}
|
||||||
if (blockElement && !stack.protyle.block.showAll) {
|
if (blockElement && !stack.protyle.block.showAll) {
|
||||||
focusByOffset(blockElement, stack.position.start, stack.position.end);
|
focusByOffset(blockElement, stack.position.start, stack.position.end);
|
||||||
scrollCenter(stack.protyle, blockElement);
|
scrollCenter(stack.protyle, blockElement, true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// 缩放不一致
|
// 缩放不一致
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue