From e66e8a7540df637ccd51501ca8f7aaf18cf25f6e Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 28 Mar 2023 12:12:37 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/7800 --- app/src/protyle/method.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/method.ts b/app/src/protyle/method.ts index a6c8edfde..8bc7d7716 100644 --- a/app/src/protyle/method.ts +++ b/app/src/protyle/method.ts @@ -32,6 +32,7 @@ class Protyle { } // @ts-ignore +// 由于 https://github.com/siyuan-note/siyuan/issues/7800,先临时解决一下 window.Protyle = Protyle; export default Protyle;