This commit is contained in:
ACoolName 2024-06-02 21:43:48 +03:00
parent 34ed676674
commit 7d200d3023

View File

@ -272,7 +272,7 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string
const root = ReactDOM.createRoot(
NewWindow.document.getElementById('root') as HTMLElement
);
root.render(<Box><TerminalComponent websocket={websocket}/></Box>)
root.render(<Box sx={terminalModalStyle}><TerminalComponent websocket={websocket}/></Box>)
}
return (<>