From 53e6558bd42db966e8ce5645ee16a7f53bfaa18d Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 28 Mar 2023 12:10:32 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/7800 --- app/src/protyle/method.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/protyle/method.ts b/app/src/protyle/method.ts index c73677e6e..a6c8edfde 100644 --- a/app/src/protyle/method.ts +++ b/app/src/protyle/method.ts @@ -31,4 +31,7 @@ class Protyle { public static plantumlRender = plantumlRender; } +// @ts-ignore +window.Protyle = Protyle; + export default Protyle;