mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
fix VNC terminal
This commit is contained in:
@@ -49,7 +49,7 @@ const VNC = ({ server }: VNCProps) => {
|
||||
const [loaded, setLoaded] = useState(false);
|
||||
|
||||
// DOS-style box for text
|
||||
const terminalRef = useRef<HTMLSpanElement>(null);
|
||||
const terminalRef = useRef<HTMLPreElement>(null);
|
||||
|
||||
// the actual connection and virtual screen (injected by noVNC when it's ready)
|
||||
const rfbRef = useRef(null);
|
||||
|
Reference in New Issue
Block a user