Merge branch 'main' of github.com:lite-note/lite-note

This commit is contained in:
Julien Calixte
2023-08-17 20:06:39 +02:00
4 changed files with 12 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import { useWindowSize } from '@vueuse/core'
import { useRouteQuery } from '@vueuse/router'
import { nextTick, readonly, watch } from 'vue'
import { nextTick, readonly } from 'vue'
import { NOTE_WIDTH } from '@/constants/note-width'
import { useOverlay } from '@/hooks/useOverlay.hook'
@@ -19,8 +19,6 @@ export const useRouteQueryStackedNotes = () => {
const { scrollToNote, isMobile } = useOverlay(false)
watch(stackedNotes, (val) => console.log(val))
const scrollToFocusedNote = (
sha: string,
notes: string[] = stackedNotes.value