remotes/1693045480750635534/spooky-22
Aevann1 2021-09-26 12:32:23 +02:00
parent 16c23f3fc1
commit 0d042e9b41
2 changed files with 2 additions and 1 deletions

View File

@ -130,6 +130,8 @@
comment.classList.toggle("d-none");
form.classList.toggle("d-none");
actions.classList.toggle("d-none");
console.log(id)
console.log(box)
autoExpand(box);
};

View File

@ -185,7 +185,6 @@
};
//Autoexpand textedit comments
document.addEventListener('input', function (event) {
if (event.target.tagName.toLowerCase() !== 'textarea') return;