From 79bc99bc42798fe974b68ca478fc27f6479bf985 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Sun, 2 Jun 2024 22:02:45 +0300 Subject: [PATCH] test --- src/common.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.tsx b/src/common.tsx index 0e2f63c..26d6642 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -274,11 +274,11 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string -
+
`) - const root = ReactDOM.createRoot(NewWindow.document.getElementById('terminal')!) + const root = ReactDOM.createRoot(NewWindow.document.getElementById('root') as HTMLElement) root.render() }