We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bce66 commit 6bdb3b6Copy full SHA for 6bdb3b6
src/browser/components/WorkspaceShell.tsx
@@ -62,7 +62,7 @@ export const WorkspaceShell: React.FC<WorkspaceShellProps> = (props) => {
62
const addTerminalRef = useRef<(() => void) | null>(null);
63
const handleOpenTerminal = useCallback(() => {
64
if (isSmallScreen) {
65
- void openTerminalPopout(props.workspaceId, props.runtimeConfig);
+ void openTerminalPopout(props.workspaceId, props.runtimeConfig).catch(() => undefined);
66
return;
67
}
68
0 commit comments