Fix changed json contract
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-02-23 14:40:12 +00:00
parent b5e3e7bea0
commit b4aec52d4f
2 changed files with 2 additions and 3 deletions

View File

@@ -48,7 +48,6 @@ function load(text: String) {
});
};
function keypress(e: KeyboardEvent) {
console.log(e.key);
if (e.key == "Enter") {
const selected = Suggestions.value[0];
selectElement(selected);