remove old code

This commit is contained in:
Uriel
2025-07-17 17:46:39 -04:00
parent b08e2a0807
commit 8655fe22bc

View File

@@ -114,13 +114,6 @@ export function Serial() {
}
);
// useEffect(() => {
// if (consoleRef.current)
// consoleRef.current.scrollTo({
// top: consoleRef.current.scrollHeight,
// });
// }, [consoleContent]);
useEffect(() => {
const id = setInterval(() => {
if (!isSerialOpen) {