fix(ui): fix disabled Rename button
This commit is contained in:
parent
0e5b34469b
commit
d1d7c72530
1
main.ts
1
main.ts
|
@ -366,6 +366,7 @@ export class BulkRenameSettingsTab extends PluginSettingTab {
|
||||||
button.setDisabled(true);
|
button.setDisabled(true);
|
||||||
await renameFilesInObsidian(this.app, this.plugin);
|
await renameFilesInObsidian(this.app, this.plugin);
|
||||||
this.reRenderPreview();
|
this.reRenderPreview();
|
||||||
|
button.setDisabled(false);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue