From aed23759cece40ade6931c409ecc2a5ca0e2a9f1 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Sun, 2 Jun 2024 13:14:32 +0300 Subject: [PATCH] test --- src/common.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.tsx b/src/common.tsx index 0a7a0dc..b13b31f 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -272,7 +272,7 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string var terminal_root = terminalWindow.document.getElementById('terminal-root')! const root = ReactDOM.createRoot( - document.getElementById('root') as HTMLElement + terminalWindow.document.getElementById('root') as HTMLElement ); root.render(