mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
This commit is contained in:
parent
43bf12743c
commit
30ff7c0d13
6 changed files with 33 additions and 17 deletions
|
|
@ -191,7 +191,8 @@ export const insertEmptyBlock = (protyle: IProtyle, position: InsertPosition, id
|
|||
protyle,
|
||||
selectsElement: position === "afterend" ? [blockElement, blockElement.nextElementSibling] : [blockElement.previousElementSibling, blockElement],
|
||||
type: "BlocksMergeSuperBlock",
|
||||
level: "row"
|
||||
level: "row",
|
||||
unfocus: true,
|
||||
});
|
||||
}
|
||||
focusByWbr(protyle.wysiwyg.element, range);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue