image duplication bug
This commit is contained in:
@@ -1387,6 +1387,8 @@ window.onload = () => {
|
||||
}
|
||||
|
||||
// custom images
|
||||
|
||||
/*
|
||||
let localCustomImages = JSON.parse(localStorage.getItem("customImages"));
|
||||
localCustomImages?.map((value) => {
|
||||
let tag = document.createElement("li");
|
||||
@@ -1409,6 +1411,7 @@ window.onload = () => {
|
||||
|
||||
messagesWrapper.appendChild(tag);
|
||||
});
|
||||
* */
|
||||
addEventOnList();
|
||||
addEventonBtns();
|
||||
changeVarValue();
|
||||
|
Reference in New Issue
Block a user