mirror of
https://github.com/al0cam/AutoMover.git
synced 2026-07-22 05:41:25 +00:00
fixed bug where the Settings tab doesnt rerender properly
This commit is contained in:
parent
75aba0d0c9
commit
1d4ac7b936
1 changed files with 1 additions and 0 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue