✨ (stacked notes) smooth scroll to focused note
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { computed, onMounted } from '@vue/runtime-core'
|
||||
|
||||
import { useOverlay } from '@/hooks/useOverlay.hook'
|
||||
import { NOTE_WIDTH } from '@/constants/note-width'
|
||||
|
||||
const BOOKMARK_WIDTH = 2
|
||||
const NOTE_WIDTH = 620
|
||||
|
||||
export const useNoteOverlay = (className: string, index: number) => {
|
||||
const { x } = useOverlay()
|
||||
|
||||
Reference in New Issue
Block a user