Update packages/pastebar-app-ui/src/pages/components/ClipboardHistory/ClipboardHistoryRow.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sergey 2025-06-13 12:40:56 -04:00 committed by GitHub
parent 1f9e5c840d
commit 63237c65eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,7 +235,7 @@ export function ClipboardHistoryRowComponent({
block: 'center',
})
}
}, [isKeyboardSelected, rowKeyboardRef.current, isScrolling])
}, [isKeyboardSelected, isScrolling])
useEffect(() => {
requestAnimationFrame(() => {