mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Lower inputThrottle on Select Lists to 50ms
This commit is contained in:
@@ -16,7 +16,7 @@ class SelectList extends View
|
||||
|
||||
maxItems: Infinity
|
||||
scheduleTimeout: null
|
||||
inputThrottle: 200
|
||||
inputThrottle: 50
|
||||
filteredArray: null
|
||||
cancelling: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user