🔧 refactor: Enable Scrolling Chat Message with Page keys (#3350)
This commit is contained in:
@@ -33,6 +33,7 @@ export default function MessagesView({
|
||||
<div
|
||||
onScroll={debouncedHandleScroll}
|
||||
ref={scrollableRef}
|
||||
tabIndex={0}
|
||||
style={{
|
||||
height: '100%',
|
||||
overflowY: 'auto',
|
||||
|
||||
Reference in New Issue
Block a user