mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
compose: Fix compose fade not updating on deleting user pill.
This commit makes the compose.update_fade as an exported function and adds the listener to update the fade manually as deleting the pill was not calling this functions. Fixes #18865
This commit is contained in:
@@ -89,7 +89,7 @@ export function clear_preview_area() {
|
||||
$("#compose .markdown_preview").show();
|
||||
}
|
||||
|
||||
function update_fade() {
|
||||
export function update_fade() {
|
||||
if (!compose_state.composing()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user