mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 10:42:17 -05:00
Lower paused typing threshold
This commit is contained in:
parent
89d7a39b2f
commit
a44440411c
@ -155,7 +155,7 @@ module.exports = BasePage.extend(chatHelpers).extend({
|
||||
chatState: 'paused'
|
||||
});
|
||||
}
|
||||
}, 5000),
|
||||
}, 3000),
|
||||
sendChat: function () {
|
||||
var message;
|
||||
var val = this.$chatInput.val();
|
||||
|
@ -168,7 +168,7 @@ module.exports = BasePage.extend(chatHelpers).extend({
|
||||
chatState: 'paused'
|
||||
});
|
||||
}
|
||||
}, 5000),
|
||||
}, 3000),
|
||||
sendChat: function () {
|
||||
var message;
|
||||
var val = this.$chatInput.val();
|
||||
|
Loading…
Reference in New Issue
Block a user