mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
remove old code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user