mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
A little longer debounce is better.
This commit is contained in:
parent
808762c229
commit
5852b87aa3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module.exports = class WizardSettingsModal extends View
|
|||
closesOnClickOutside: false
|
||||
|
||||
constructor: (options) ->
|
||||
@onNameChange = _.debounce(@checkNameExists, 200)
|
||||
@onNameChange = _.debounce(@checkNameExists, 500)
|
||||
super options
|
||||
|
||||
events:
|
||||
|
|
Loading…
Reference in a new issue