From ec00075b4e50ec59040e3f4ea735b655aa96a59d Mon Sep 17 00:00:00 2001 From: frostime Date: Thu, 4 Apr 2024 17:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20remove=20save=20at=20`onunload`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ce1c09b..307f7d2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -316,7 +316,6 @@ export default class PluginSample extends Plugin { async onunload() { console.log(this.i18n.byePlugin); - await this.settingUtils.save(); showMessage("Goodbye SiYuan Plugin"); console.log("onunload"); }