Add option to insert block without focusing it afterwards

This commit is contained in:
Manu [tennox]
2022-11-16 19:17:39 +00:00
committed by Tienson Qin
parent dd7460f198
commit 4217057a44
2 changed files with 4 additions and 1 deletions

View File

@@ -592,6 +592,7 @@ export interface IEditorProxy extends Record<string, any> {
before: boolean
sibling: boolean
isPageBlock: boolean
focus: boolean
customUUID: string
properties: {}
}>