mirror of https://github.com/zulip/zulip.git
search_button_handler: Remove unnecessary id lookup
(imported from commit e6da0cfa0b39e48c63464eaf91673c3133ad4cd4)
This commit is contained in:
parent
3de0a0d1dd
commit
3b78280786
|
@ -98,7 +98,7 @@ function search_button_handler(reverse) {
|
|||
return;
|
||||
}
|
||||
|
||||
select_message_by_id(rows.id(res));
|
||||
select_message(res);
|
||||
highlight_match(res, query);
|
||||
scroll_to_selected();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue