summaryrefslogtreecommitdiff
path: root/frontend/src/tabs-hook.ts
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-10-01 21:22:30 -0400
committerAAGaming <aa@mail.catvibers.me>2022-10-01 21:22:30 -0400
commit3c00eb8cf4f5b02b8ec87fc1d9ccdd70221dd916 (patch)
treea0fc935492db619394415bbcccef3cc724ae901f /frontend/src/tabs-hook.ts
parent21e1d8504a184d9f9384b7ceab2d4b3cf94c1e36 (diff)
downloaddecky-loader-3c00eb8cf4f5b02b8ec87fc1d9ccdd70221dd916.tar.gz
decky-loader-3c00eb8cf4f5b02b8ec87fc1d9ccdd70221dd916.zip
fix friends menu focusing itself
Diffstat (limited to 'frontend/src/tabs-hook.ts')
-rw-r--r--frontend/src/tabs-hook.ts1
1 files changed, 1 insertions, 0 deletions
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');
})();
}