🔧 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

View File

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