removed scrolling on thread

This commit is contained in:
plebbitor
2023-04-24 16:35:09 +02:00
parent 661f925f07
commit 5865264923
2 changed files with 3 additions and 5 deletions
-4
View File
@@ -152,10 +152,6 @@ const Thread = () => {
const handleSubmit = async (event) => {
event.preventDefault();
setTimeout(() => {
window.scrollTo(0, document.body.scrollHeight);
}, 100)
setPublishCommentOptions((prevPublishCommentOptions) => ({
...prevPublishCommentOptions,