🐛 (stacked note) fix focus to note

This commit is contained in:
2021-03-30 00:08:38 +02:00
parent a2a51cc19d
commit cd9673a3eb

View File

@@ -11,7 +11,6 @@ export const useFocus = () => {
const scrollToFocusedNote = (sha?: string) => {
if (!sha) {
scrollToNote(0)
return
}