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:
parent
3042ed5ec6
commit
6e223c172f
6 changed files with 128 additions and 24 deletions
|
@ -8,7 +8,8 @@ var messageActions = Reflux.createActions([
|
|||
'add',
|
||||
'broadcast',
|
||||
'inform',
|
||||
'command'
|
||||
'command',
|
||||
'setWrapWidth'
|
||||
]);
|
||||
|
||||
messageActions.send.preEmit = function(message, to, server) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue