professional image creation updated

This commit is contained in:
Neythen
2021-10-05 20:29:05 +01:00
parent 65dfcdc321
commit 3fb1ee197a
13 changed files with 106 additions and 75 deletions

View File

@@ -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();