mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
search: Cut dependency on narrow.js module.
This commit is contained in:
@@ -719,7 +719,9 @@ export function initialize_everything() {
|
||||
on_enter_send: compose.finish,
|
||||
});
|
||||
compose_textarea.initialize();
|
||||
search.initialize();
|
||||
search.initialize({
|
||||
on_narrow_search: narrow.activate,
|
||||
});
|
||||
tutorial.initialize();
|
||||
notifications.initialize({on_click_scroll_to_selected: navigate.scroll_to_selected});
|
||||
unread_ops.initialize();
|
||||
|
||||
Reference in New Issue
Block a user