From 7d200d3023e3766ca53ad800f5e749c7eeca855d Mon Sep 17 00:00:00 2001 From: ACoolName Date: Sun, 2 Jun 2024 21:43:48 +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 f9fb55c..ac3463b 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -272,7 +272,7 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string const root = ReactDOM.createRoot( NewWindow.document.getElementById('root') as HTMLElement ); - root.render() + root.render() } return (<>