mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
Revert "[third] Mouse-enable naturalSearch option in typeahead."
This reverts commit 02318d3d830e7e28d638efee0ef27023a73f52f7. (imported from commit b6e48772dbef127a9e25e5ea5042d250cce6fed1)
This commit is contained in:
parent
7b6579c74c
commit
b8794e1a9d
@ -2100,10 +2100,6 @@
|
||||
, mouseenter: function (e) {
|
||||
this.$menu.find('.active').removeClass('active')
|
||||
$(e.currentTarget).addClass('active')
|
||||
|
||||
if (this.options.naturalSearch) {
|
||||
this.set_value();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user