Skip to content

Commit c3e8db0

Browse files
committed
More logging
1 parent 8fbfa37 commit c3e8db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/root.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ function getElementScrollScale() {
1919
return window.scrollY / (document.body.scrollHeight - window.innerHeight);
2020
}
2121

22+
console.log('root JS running.');
23+
2224
export default function Root() {
2325
onMount(() => {
2426
const setScroll = () => {

0 commit comments

Comments
 (0)