mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
typeahead: Add missing option to lookup call.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user