test
This commit is contained in:
parent
8e67cae328
commit
16f7aefb82
@ -288,8 +288,10 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string
|
||||
</body>
|
||||
</html>
|
||||
`)
|
||||
const root = ReactDOM.createRoot(NewWindow.document.getElementById('root') as HTMLElement)
|
||||
root.render(<TerminalComponent websocket={websocket}/>)
|
||||
NewWindow.onload = () => {
|
||||
const root = ReactDOM.createRoot(NewWindow.document.getElementById('root') as HTMLElement);
|
||||
root.render(<TerminalComponent websocket={websocket}/>);
|
||||
};
|
||||
}
|
||||
|
||||
return (<>
|
||||
|
Loading…
x
Reference in New Issue
Block a user