mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
compose: Move uppy to upload module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
abece73c5a
commit
fb19476c4e
@@ -649,6 +649,7 @@ export function initialize_everything() {
|
||||
on_enter_send: compose.finish,
|
||||
});
|
||||
compose_textarea.initialize();
|
||||
upload.initialize();
|
||||
search.initialize({
|
||||
on_narrow_search: narrow.activate,
|
||||
});
|
||||
@@ -694,7 +695,6 @@ export function initialize_everything() {
|
||||
hotspots.initialize();
|
||||
typing.initialize();
|
||||
starred_messages_ui.initialize();
|
||||
upload.initialize();
|
||||
user_status_ui.initialize();
|
||||
fenced_code.initialize(generated_pygments_data);
|
||||
message_edit_history.initialize();
|
||||
|
||||
Reference in New Issue
Block a user