typeahead: Add missing option to lookup call.

This commit is contained in:
evykassirer
2024-03-06 12:20:16 -08:00
committed by Tim Abbott
parent 593784b35f
commit 99c119b01b

View File

@@ -587,7 +587,7 @@ Typeahead.prototype = {
element_click() {
// update / hide the typeahead menu if the user clicks anywhere
// inside the typing area, to avoid misplaced typeahead insertion.
this.lookup();
this.lookup(false);
},
click(e) {