create today fleeting note
This commit is contained in:
@@ -41,10 +41,6 @@ export const useRouteQueryStackedNotes = () => {
|
||||
}
|
||||
|
||||
const addStackedNote = (currentSHA: string, sha: string) => {
|
||||
if (!stackedNotes.value) {
|
||||
return
|
||||
}
|
||||
|
||||
if (stackedNotes.value.includes(sha)) {
|
||||
scrollToFocusedNote(sha)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user