mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
fix: remove unnecessary resetAutoSyncNoticeCache call when autoSyncFrontmatterKey changes
This commit is contained in:
@@ -111,7 +111,6 @@ export class ObsidianSettingTab extends PluginSettingTab {
|
|||||||
.onChange(async (value) => {
|
.onChange(async (value) => {
|
||||||
this.plugin.settings.autoSyncFrontmatterKey = value;
|
this.plugin.settings.autoSyncFrontmatterKey = value;
|
||||||
await this.plugin.saveSettings();
|
await this.plugin.saveSettings();
|
||||||
this.plugin.resetAutoSyncNoticeCache();
|
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user