mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Update src/commandline_frame.ts
This commit is contained in:
parent
0c0d3d0dea
commit
d830d14229
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ commandline_state.clInput.addEventListener("input", () => {
|
|||
onInputPromise = refresh_completions(exstr)
|
||||
onInputPromise.then(() => {
|
||||
contentState.cmdline_filter = exstr
|
||||
console.log("input promise kept")
|
||||
})
|
||||
}, 100)
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue