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