We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026bc5d commit d00c06bCopy full SHA for d00c06b
app/terminal/terminal.tsx
@@ -132,7 +132,6 @@ export function useTerminal(props: TerminalProps) {
132
const dims = fitAddonRef.current?.proposeDimensions();
133
if (dims && !isNaN(dims.cols)) {
134
const rows = Math.max(5, getRowsRef.current?.(dims.cols) ?? 0);
135
- console.log(dims.cols, rows)
136
terminalInstanceRef.current?.resize(dims.cols, rows);
137
}
138
});
0 commit comments