mirror of
https://github.com/poanse/obsidian-taskmap.git
synced 2026-07-22 06:05:58 +00:00
reviewBot fix
This commit is contained in:
parent
eb37754462
commit
2b457261f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue