Add magic flag to say 'dump pending events to the end'
This commit is contained in:
parent
b110e315ec
commit
b64e5d49cc
1 changed files with 3 additions and 1 deletions
|
@ -388,7 +388,9 @@ module.exports = React.createClass({
|
||||||
Notifier.start();
|
Notifier.start();
|
||||||
UserActivity.start();
|
UserActivity.start();
|
||||||
Presence.start();
|
Presence.start();
|
||||||
cli.startClient();
|
cli.startClient({
|
||||||
|
pendingEventOrdering: "end"
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
onKeyDown: function(ev) {
|
onKeyDown: function(ev) {
|
||||||
|
|
Loading…
Reference in a new issue