Cosmetics

pull/12/head
cagataycivici 2018-12-28 15:03:44 +03:00
parent c8fb79571f
commit c23630d748
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ export default {
else
this.searchValue = this.searchValue ? this.searchValue + char : char;
let searchIndex =this.getSelectedOptionIndex();
let searchIndex = this.getSelectedOptionIndex();
let newOption = this.searchOption(++searchIndex);
if (newOption) {