From 2c89ff47769b59f70fcc6b630b3a2e621340e56f Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 23 Oct 2024 17:12:42 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/12884 --- types/protyle.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/protyle.d.ts b/types/protyle.d.ts index a8bc211..33b91bb 100644 --- a/types/protyle.d.ts +++ b/types/protyle.d.ts @@ -93,7 +93,7 @@ export interface IProtyleOptions { }[], action?: TProtyleAction[], mode?: TEditorMode, - blockId: string + blockId?: string rootId?: string key?: string defId?: string