mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 07:22:36 +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();
|
this.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user