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