Merge pull request #72 from ueokande/65-fix-empty-suggestions
Fix empty suggestions
This commit is contained in:
commit
c69cb944ac
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ export default class ConsoleComponent {
|
||||||
command.style.display = 'block';
|
command.style.display = 'block';
|
||||||
input.value = text;
|
input.value = text;
|
||||||
input.focus();
|
input.focus();
|
||||||
|
this.prevValue = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
hideCommand() {
|
hideCommand() {
|
||||||
|
|
Reference in a new issue