💄 (repo title) display repo title in breadcru…

This commit is contained in:
2021-03-25 21:24:31 +01:00
parent eee3a8cf83
commit f2c36336ec
2 changed files with 25 additions and 0 deletions

View File

@@ -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)