🔧 refactor: Enable Scrolling Chat Message with Page keys (#3350)

This commit is contained in:
Yuichi Oneda 2024-07-29 07:46:36 -07:00 committed by GitHub
parent e565e0faab
commit d03f8285db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ export default function MessagesView({
<div
onScroll={debouncedHandleScroll}
ref={scrollableRef}
tabIndex={0}
style={{
height: '100%',
overflowY: 'auto',