Add GridBuffer component

This commit is contained in:
He4eT 2021-07-19 14:39:17 +05:00 committed by Alexey
commit 752cb60b56
6 changed files with 75 additions and 10 deletions

View file

@ -69,7 +69,7 @@ export default function ({ inbox, currentWindow }) {
return (
<section
ref={textBufferEl}
className='textBuffer'>
className='buffer textBuffer'>
{messages.map(TextMessage)}
</section>
)