From 5e4040c2b3f7e58026c561c18c2bcfffaf1abe6e Mon Sep 17 00:00:00 2001 From: Kristina Date: Thu, 8 Feb 2024 19:49:20 +0400 Subject: [PATCH] UBERF-5325: disable send message during attachment upload (#4583) Signed-off-by: Kristina Fefelova --- .../src/components/AttachmentRefInput.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/attachment-resources/src/components/AttachmentRefInput.svelte b/plugins/attachment-resources/src/components/AttachmentRefInput.svelte index 395890617e..ae0b64776d 100644 --- a/plugins/attachment-resources/src/components/AttachmentRefInput.svelte +++ b/plugins/attachment-resources/src/components/AttachmentRefInput.svelte @@ -286,7 +286,7 @@ {labelSend} {showSend} {showActions} - {loading} + loading={loading || progress} {boundary} extraActions={[ ...extraActions,