professional image creation updated
This commit is contained in:
@@ -491,6 +491,7 @@ allFeaturesFileAddBtn.map((value, index) => {
|
||||
value.addEventListener("click", () => {
|
||||
var tag = document.createElement("li");
|
||||
tag.innerHTML = allFeaturesFile[index].files[0].name;
|
||||
|
||||
allFeatures[index].appendChild(tag);
|
||||
changeVarValue();
|
||||
addEventOnFeaturesList();
|
||||
|
Reference in New Issue
Block a user