Skip to content

Commit 607afd0

Browse files
author
Tomas Kirda
authored
Merge pull request #552 from mmcev106/master
Fixed a bug where the suggestion list briefly flashes when the select…
2 parents 017965b + c08a31d commit 607afd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jquery.autocomplete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@
853853
var that = this;
854854
that.hide();
855855
that.onSelect(i);
856+
that.disableKillerFn();
856857
},
857858

858859
moveUp: function () {

0 commit comments

Comments
 (0)