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) {
|
||||
focusByOffset(blockElement, stack.position.start, stack.position.end);
|
||||
scrollCenter(stack.protyle, blockElement);
|
||||
scrollCenter(stack.protyle, blockElement, true);
|
||||
return true;
|
||||
}
|
||||
// 缩放不一致
|
||||
|
|
Loading…
Add table
Reference in a new issue