Closed spacerockzero closed 7 years ago
it tests a bit more often than it needs to. let's debounce the keybinding to make it a bit more efficient.
debounced to 250ms between the keyup and function call binding now. works pretty well for the desired effect without seeming like a UI perf delay.
it tests a bit more often than it needs to. let's debounce the keybinding to make it a bit more efficient.