Commit 484bfe46 authored by Jairo Correa's avatar Jairo Correa
Browse files

Clear importInput after import so change event works with same file

parent a5550747
...@@ -113,6 +113,8 @@ class ManageTemplates extends ComfyDialog { ...@@ -113,6 +113,8 @@ class ManageTemplates extends ComfyDialog {
} }
} }
this.importInput.value = null;
this.close(); this.close();
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment