mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 09:27:23 +00:00
TextBuffer: add keyboard scrolling support
This commit is contained in:
parent
d95ee172bb
commit
7240be1120
2 changed files with 11 additions and 9 deletions
|
|
@ -82,6 +82,7 @@ export default function ({ inbox, currentWindow }) {
|
|||
|
||||
return (
|
||||
<section
|
||||
tabindex='0'
|
||||
ref={textBufferEl}
|
||||
className={classes}>
|
||||
{messages.map(TextMessage)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue