mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
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
Block a user