From f61a0d6f85bc5d36efdfb30c5edfc6347ea24579 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 18 Jul 2025 10:27:35 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15303 --- app/src/types/protyle.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/types/protyle.d.ts b/app/src/types/protyle.d.ts index 333f438ee..3b6b45376 100644 --- a/app/src/types/protyle.d.ts +++ b/app/src/types/protyle.d.ts @@ -482,6 +482,7 @@ interface IProtyleOptions { /** 点击末尾是否阻止插入新块 */ preventInsetEmptyBlock?: boolean } + /** 编辑器异步渲染完成后的回调方法 */ after?(protyle: import("../protyle").Protyle): void; }