mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
compose_banner: Remove uploads banners when clearing compose box.
Upload banners were not cleared after closing compose box, which meant that they would remain present in a paused state after compose was reopened. https://chat.zulip.org/#narrow/stream/9-issues/topic/Incomplete.20Upload.20banner.20remains.20on.20closing.20compose/near/1582602
This commit is contained in:
@@ -92,6 +92,7 @@ function clear_box() {
|
||||
compose_ui.autosize_textarea($("#compose-textarea"));
|
||||
compose_banner.clear_errors();
|
||||
compose_banner.clear_warnings();
|
||||
compose_banner.clear_uploads();
|
||||
}
|
||||
|
||||
export function autosize_message_content() {
|
||||
|
||||
Reference in New Issue
Block a user