make debounce and throttle time configurable (#1026)
* make debounce and throttle time configurable * fix documentation
This commit is contained in:
@@ -14,6 +14,11 @@ return function()
|
||||
return not disabled
|
||||
end,
|
||||
|
||||
performance = {
|
||||
debounce = 80,
|
||||
throttle = 40,
|
||||
},
|
||||
|
||||
preselect = types.cmp.PreselectMode.Item,
|
||||
|
||||
mapping = {},
|
||||
|
||||
Reference in New Issue
Block a user