|
@@ -648,7 +648,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|
this.initContainerWidth();
|
|
this.initContainerWidth();
|
|
|
|
|
|
installFilteredMouseMove(this.results);
|
|
installFilteredMouseMove(this.results);
|
|
- this.dropdown.delegate(resultsSelector, "mousemove-filtered", this.bind(this.highlightUnderEvent));
|
|
|
|
|
|
+ this.dropdown.delegate(resultsSelector, "mousemove-filtered touchstart touchmove touchend", this.bind(this.highlightUnderEvent));
|
|
|
|
|
|
installDebouncedScroll(80, this.results);
|
|
installDebouncedScroll(80, this.results);
|
|
this.dropdown.delegate(resultsSelector, "scroll-debounced", this.bind(this.loadMoreIfNeeded));
|
|
this.dropdown.delegate(resultsSelector, "scroll-debounced", this.bind(this.loadMoreIfNeeded));
|