Release to main #216

Merged
b merged 23 commits from staging into main 2024-10-01 20:19:09 +00:00
Showing only changes of commit aec0d0bdd8 - Show all commits

View File

@ -33,7 +33,8 @@ const PdfPageItem = ({
useEffect(() => {
if (selectedMark !== null && !!markRefs.current[selectedMark.id]) {
markRefs.current[selectedMark.id]?.scrollIntoView({
behavior: 'smooth'
behavior: 'smooth',
block: 'center'
})
}
}, [selectedMark])