From 1d0d7cb890c96360b4832f622698d9d22be20585 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 22 Dec 2023 00:05:17 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/9943 --- app/src/plugin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/plugin/index.ts b/app/src/plugin/index.ts index 98026755d..2126d47a3 100644 --- a/app/src/plugin/index.ts +++ b/app/src/plugin/index.ts @@ -21,7 +21,7 @@ export class Plugin { public eventBus: EventBus; public data: any = {}; public displayName: string; - public name: string; + public readonly name: string; public protyleSlash: { filter: string[], html: string,