From 3c00eb8cf4f5b02b8ec87fc1d9ccdd70221dd916 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 1 Oct 2022 21:22:30 -0400 Subject: fix friends menu focusing itself --- frontend/src/tabs-hook.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/tabs-hook.ts') diff --git a/frontend/src/tabs-hook.ts b/frontend/src/tabs-hook.ts index be413de0..65e1b2b4 100644 --- a/frontend/src/tabs-hook.ts +++ b/frontend/src/tabs-hook.ts @@ -101,6 +101,7 @@ class TabsHook extends Logger { }); this.cNode = scrollRoot; this.cNode.stateNode.forceUpdate(); + this.log('Finished initial injection'); })(); } -- cgit v1.2.3