Improve keymap (#768)
* Improve keymap * improve * rename * Add tests * Use nightly for testing * Enable failing test * Add manual test case
This commit is contained in:
@@ -18,7 +18,7 @@ async.throttle = function(fn, timeout)
|
||||
stop = function()
|
||||
time = nil
|
||||
timer:stop()
|
||||
end
|
||||
end,
|
||||
}, {
|
||||
__call = function(self, ...)
|
||||
local args = { ... }
|
||||
|
||||
Reference in New Issue
Block a user