From c62c20e10a083c3c2eed515dbad7f33f118d584e Mon Sep 17 00:00:00 2001 From: ACoolName Date: Sun, 2 Jun 2024 21:58:05 +0300 Subject: [PATCH] websocket --- src/common.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/common.tsx b/src/common.tsx index c5a41ef..0e2f63c 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -275,14 +275,11 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string
- `) + const root = ReactDOM.createRoot(NewWindow.document.getElementById('terminal')!) + root.render() } return (<>