mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
search_button_handler: Remove unnecessary id lookup
(imported from commit e6da0cfa0b39e48c63464eaf91673c3133ad4cd4)
This commit is contained in:
@@ -98,7 +98,7 @@ function search_button_handler(reverse) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
select_message_by_id(rows.id(res));
|
select_message(res);
|
||||||
highlight_match(res, query);
|
highlight_match(res, query);
|
||||||
scroll_to_selected();
|
scroll_to_selected();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user