Fixes for console socket disconnecting with HMR enabled

This commit is contained in:
Dane Everitt
2019-09-17 21:59:35 -07:00
parent 2b68e5a984
commit 49de1d0ed4
5 changed files with 61 additions and 24 deletions

View File

@@ -79,7 +79,7 @@ export default () => {
className={'rounded-t p-2 bg-black overflow-scroll w-full'}
style={{
minHeight: '16rem',
maxHeight: '64rem',
maxHeight: '32rem',
}}
>
<div id={'terminal'} ref={ref}/>