mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🚨
This commit is contained in:
parent
aade1e56f3
commit
1679df6209
3 changed files with 11 additions and 11 deletions
|
|
@ -481,7 +481,7 @@ export const focusSideBlock = (updateElement: Element) => {
|
|||
if (!sideBlockElement) {
|
||||
sideBlockElement = updateElement;
|
||||
}
|
||||
focusBlock(sideBlockElement);
|
||||
focusBlock(sideBlockElement, undefined, collapse);
|
||||
return;
|
||||
}
|
||||
const range = getEditorRange(updateElement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue