mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Increase input throttle to 200ms
This commit is contained in:
@@ -16,7 +16,7 @@ class SelectList extends View
|
||||
@viewClass: -> 'select-list'
|
||||
|
||||
maxItems: Infinity
|
||||
inputThrottle: 50
|
||||
inputThrottle: 200
|
||||
filteredArray: null
|
||||
cancelling: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user