From 46abc5a2666a7b3006a12d87bf56a7a12c300732 Mon Sep 17 00:00:00 2001 From: Beebles <102569435+beebls@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:20:31 -0700 Subject: Fix QAM And Toaster Injection for Mar 02 Beta (#388) --- frontend/src/tabs-hook.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/tabs-hook.tsx') diff --git a/frontend/src/tabs-hook.tsx b/frontend/src/tabs-hook.tsx index 3498b1aa..08206c14 100644 --- a/frontend/src/tabs-hook.tsx +++ b/frontend/src/tabs-hook.tsx @@ -35,7 +35,7 @@ class TabsHook extends Logger { const tree = (document.getElementById('root') as any)._reactRootContainer._internalRoot.current; let qAMRoot: any; const findQAMRoot = (currentNode: any, iters: number): any => { - if (iters >= 55) { + if (iters >= 65) { // currently 45 return null; } -- cgit v1.2.3