add utils to help cleanup whitespaces from contenteditable output; removed forced chat enabling

This commit is contained in:
Ginger Wong
2020-08-26 11:56:01 -07:00
parent 2cffabf0fb
commit b549b21257
3 changed files with 96 additions and 7 deletions

View File

@@ -470,7 +470,7 @@ export default class App extends Component {
websocket=${websocket}
username=${username}
userAvatarImage=${userAvatarImage}
chatEnabled //=${chatEnabled}
chatEnabled=${chatEnabled}
/>
</div>
`