Initial pass on MessageBox rendered with React Infinite and js line wrapping, fix line wrapping bug, disable browser line wrapping

This commit is contained in:
khlieng 2015-02-15 23:27:00 +01:00
parent 3042ed5ec6
commit 6e223c172f
6 changed files with 128 additions and 24 deletions

View file

@ -8,7 +8,8 @@ var messageActions = Reflux.createActions([
'add',
'broadcast',
'inform',
'command'
'command',
'setWrapWidth'
]);
messageActions.send.preEmit = function(message, to, server) {