test
This commit is contained in:
parent
34ed676674
commit
7d200d3023
@ -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 (<>
|
||||
|
Loading…
x
Reference in New Issue
Block a user