Update src/commandline_frame.ts

This commit is contained in:
Oliver Blanthorn 2021-01-09 11:31:14 +00:00 committed by GitHub
parent 0c0d3d0dea
commit d830d14229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
})