test
This commit is contained in:
parent
f90480f616
commit
aed23759ce
@ -272,7 +272,7 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string
|
|||||||
|
|
||||||
var terminal_root = terminalWindow.document.getElementById('terminal-root')!
|
var terminal_root = terminalWindow.document.getElementById('terminal-root')!
|
||||||
const root = ReactDOM.createRoot(
|
const root = ReactDOM.createRoot(
|
||||||
document.getElementById('root') as HTMLElement
|
terminalWindow.document.getElementById('root') as HTMLElement
|
||||||
);
|
);
|
||||||
root.render(
|
root.render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user