Remove scrollIntoView
This commit is contained in:
parent
abcb0d6d76
commit
6706f8a4a9
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ export function Stream({
|
|||
if (el) {
|
||||
const top = 1024 + el.scrollHeight + el.scrollTop;
|
||||
el.scrollBy({ behavior: "smooth", top });
|
||||
el.scrollIntoView({ behavior: "smooth" });
|
||||
}
|
||||
}, [stream.length]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue