fixed bug where the Settings tab doesnt rerender properly

This commit is contained in:
Al0cam 2025-02-27 15:26:25 +01:00
parent 75aba0d0c9
commit 1d4ac7b936

View file

@ -12,6 +12,7 @@ export class SettingsTab extends obsidian.PluginSettingTab {
display(): void {
const { containerEl } = this;
containerEl.empty();
containerEl.createEl("h1", { text: "AutoMover settings" });
containerEl.createSpan({