mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 10:20:16 +01:00
This commit is contained in:
parent
20e8b81b8f
commit
5760f7fe4c
11 changed files with 53 additions and 32 deletions
|
|
@ -20,7 +20,7 @@ export class Editor extends Model {
|
|||
blockId: string,
|
||||
rootId: string,
|
||||
mode?: TEditorMode,
|
||||
action?: string[],
|
||||
action?: TProtyleAction[],
|
||||
}) {
|
||||
super({
|
||||
app: options.app,
|
||||
|
|
@ -36,7 +36,7 @@ export class Editor extends Model {
|
|||
|
||||
private initProtyle(options: {
|
||||
blockId: string,
|
||||
action?: string[]
|
||||
action?: TProtyleAction[]
|
||||
rootId: string,
|
||||
mode?: TEditorMode,
|
||||
}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue