💄 (repo title) display repo title in breadcru…
This commit is contained in:
@@ -11,8 +11,10 @@ export const useFocus = () => {
|
||||
|
||||
const scrollToFocusedNote = (sha?: string) => {
|
||||
if (!sha) {
|
||||
scrollToNote(0)
|
||||
return
|
||||
}
|
||||
|
||||
nextTick(() => {
|
||||
const index = stackedNotes.value.findIndex((noteSHA) => noteSHA === sha)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user