TextBuffer: add keyboard scrolling support

This commit is contained in:
He4eT 2021-07-19 18:13:38 +05:00 committed by Alexey
commit 7240be1120
2 changed files with 11 additions and 9 deletions

View file

@ -82,6 +82,7 @@ export default function ({ inbox, currentWindow }) {
return (
<section
tabindex='0'
ref={textBufferEl}
className={classes}>
{messages.map(TextMessage)}