mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 09:27:23 +00:00
Add GridBuffer component
This commit is contained in:
parent
4747a3396c
commit
752cb60b56
6 changed files with 75 additions and 10 deletions
|
|
@ -69,7 +69,7 @@ export default function ({ inbox, currentWindow }) {
|
|||
return (
|
||||
<section
|
||||
ref={textBufferEl}
|
||||
className='textBuffer'>
|
||||
className='buffer textBuffer'>
|
||||
{messages.map(TextMessage)}
|
||||
</section>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue