reviewBot fix

This commit is contained in:
poanse 2026-04-25 09:02:03 +03:00
parent eb37754462
commit 2b457261f9

View file

@ -21,7 +21,7 @@ export class ProjectSettingsModal extends Modal {
new FolderSuggest(this.app, text.inputEl);
text.setPlaceholder("")
.setValue(this.context.versionedData.getFolderPath() ?? "")
.onChange(async (value) => {
.onChange((value) => {
if (
value === "" ||
this.app.vault.getAbstractFileByPath(