Clear importInput after import so change event works with same file

This commit is contained in:
Jairo Correa 2023-10-20 15:19:29 -03:00
parent a555074737
commit 484bfe46c2
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ class ManageTemplates extends ComfyDialog {
}
}
this.importInput.value = null;
this.close();
}