mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 09:10:03 +08:00
Clear importInput after import so change event works with same file
This commit is contained in:
parent
2aaad7bcf3
commit
f2767dc9b1
@ -113,6 +113,8 @@ class ManageTemplates extends ComfyDialog {
|
||||
}
|
||||
}
|
||||
|
||||
this.importInput.value = null;
|
||||
|
||||
this.close();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user