feat: scroll to top after folding message
This commit is contained in:
parent
258221211d
commit
56f835acda
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
||||||
} else {
|
} else {
|
||||||
x.style.display = "none";
|
x.style.display = "none";
|
||||||
y.innerHTML = "Read the full message »";
|
y.innerHTML = "Read the full message »";
|
||||||
|
window.scrollTo(0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue