make debounce and throttle time configurable (#1026)

* make debounce and throttle time configurable

* fix documentation
This commit is contained in:
MurdeRM3L0DY
2022-06-14 19:21:55 +02:00
committed by GitHub
parent 15c7bf7c0d
commit 0e65333c7f
4 changed files with 28 additions and 7 deletions

View File

@@ -14,6 +14,11 @@ return function()
return not disabled
end,
performance = {
debounce = 80,
throttle = 40,
},
preselect = types.cmp.PreselectMode.Item,
mapping = {},