Clear importInput after import so change event works with same file
This commit is contained in:
parent
a555074737
commit
484bfe46c2
|
@ -113,6 +113,8 @@ class ManageTemplates extends ComfyDialog {
|
|||
}
|
||||
}
|
||||
|
||||
this.importInput.value = null;
|
||||
|
||||
this.close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue