feat: scroll to top after folding message

This commit is contained in:
Ayo 2023-05-22 16:50:36 +02:00
parent 258221211d
commit 56f835acda

View file

@ -57,6 +57,7 @@
} else {
x.style.display = "none";
y.innerHTML = "Read the full message »";
window.scrollTo(0, 0);
}
}
</script>