removed console log
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
6f3b023644
commit
b29dd291ab
|
@ -251,7 +251,6 @@ export default class Autocomplete extends Input {
|
|||
this.showDropDown();
|
||||
break;
|
||||
default:
|
||||
console.log(event.key);
|
||||
if (event.key.length == 1)
|
||||
this.showDropDown(event.key);
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue