From 6554a56d60e581e184c62484e1de160b8fb19b95 Mon Sep 17 00:00:00 2001 From: Kristina Fefelova Date: Thu, 8 Feb 2024 19:16:00 +0400 Subject: [PATCH] UBERF-5325: disable send message during attachment upload 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,