Skip to content

Commit

Permalink
Up delay between keyup and autosearch
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowFish085 committed Sep 10, 2020
1 parent 708398b commit ef5756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/inputs/InputSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class InputSearch extends Mixins(Vue, MixinI18n) {
this.timeout = setTimeout(() => {
this.emitUpdate(evt);
}, 300);
}, 400);
}
/**
Expand Down

0 comments on commit ef5756f

Please sign in to comment.