diff options
Diffstat (limited to 'frontend/src/tabs-hook.ts')
| -rw-r--r-- | frontend/src/tabs-hook.ts | 1 |
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'); })(); } |
