🚨 (home)

This commit is contained in:
2021-03-16 00:06:23 +01:00
parent 3abadf2477
commit 9b68afa131
2 changed files with 2 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ export const useFocus = () => {
scrollToNote(top)
} else {
const left = index * NOTE_WIDTH
// scrollToNote(left)
scrollToNote(left)
}
})
}