mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Consume page key buffer even when clInput is not focused
This commit is contained in:
parent
38252b1388
commit
01b2ba8516
1 changed files with 0 additions and 2 deletions
|
@ -167,8 +167,6 @@ export function focus() {
|
|||
const clInputStillFocused = window.document.activeElement === commandline_state.clInput;
|
||||
logger.debug("buffered_page_keys response received", bufferedPageKeys,
|
||||
"clInputStillFocused = " + clInputStillFocused)
|
||||
if (!clInputStillFocused)
|
||||
return
|
||||
if (bufferedPageKeys.length !== 0) {
|
||||
const currentClInputValue = commandline_state.clInput.value;
|
||||
const initialClInputValue = commandline_state.initialClInputValue;
|
||||
|
|
Loading…
Add table
Reference in a new issue