Added chat input history navigable by the arrow keys
This commit is contained in:
parent
21160be407
commit
1faf310ebd
5 changed files with 95 additions and 5 deletions
10
client/src/js/actions/inputHistory.js
Normal file
10
client/src/js/actions/inputHistory.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
var Reflux = require('reflux');
|
||||
|
||||
var inputHistoryActions = Reflux.createActions([
|
||||
'add',
|
||||
'reset',
|
||||
'increment',
|
||||
'decrement'
|
||||
]);
|
||||
|
||||
module.exports = inputHistoryActions;
|
Loading…
Add table
Add a link
Reference in a new issue