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();
|
this.showDropDown();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log(event.key);
|
|
||||||
if (event.key.length == 1)
|
if (event.key.length == 1)
|
||||||
this.showDropDown(event.key);
|
this.showDropDown(event.key);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue