mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
topic_zoom: Merge into stream_list.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a43ea3efaa
commit
27991bd5b0
@@ -124,7 +124,6 @@ import * as timerender from "./timerender";
|
||||
import * as tippyjs from "./tippyjs";
|
||||
import * as topic_list from "./topic_list";
|
||||
import * as topic_popover from "./topic_popover";
|
||||
import * as topic_zoom from "./topic_zoom";
|
||||
import * as transmit from "./transmit";
|
||||
import * as tutorial from "./tutorial";
|
||||
import * as typeahead_helper from "./typeahead_helper";
|
||||
@@ -713,7 +712,6 @@ export function initialize_everything() {
|
||||
);
|
||||
},
|
||||
});
|
||||
topic_zoom.initialize();
|
||||
drafts.initialize();
|
||||
drafts_overlay_ui.initialize();
|
||||
sent_messages.initialize();
|
||||
|
||||
Reference in New Issue
Block a user