From 6bd7d8bf9d5e71bd02757eecc31cdf9642a016cf Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Wed, 31 Jul 2024 15:57:40 +0700 Subject: [PATCH] UBERF-7747 Fix ref input max size (#6201) Signed-off-by: Alexander Onnikov --- .../src/components/AttachmentRefInput.svelte | 4 ++-- .../chunter-resources/src/components/ChannelScrollView.svelte | 4 +++- .../src/components/ReferenceInput.svelte | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/plugins/attachment-resources/src/components/AttachmentRefInput.svelte b/plugins/attachment-resources/src/components/AttachmentRefInput.svelte index 9645de8a98..d6fc6f94a7 100644 --- a/plugins/attachment-resources/src/components/AttachmentRefInput.svelte +++ b/plugins/attachment-resources/src/components/AttachmentRefInput.svelte @@ -323,7 +323,7 @@ } -
+
{}} on:dragleave={() => {}} on:drop|preventDefault|stopPropagation={fileDrop} diff --git a/plugins/chunter-resources/src/components/ChannelScrollView.svelte b/plugins/chunter-resources/src/components/ChannelScrollView.svelte index 7cca7d64fa..acf858887a 100644 --- a/plugins/chunter-resources/src/components/ChannelScrollView.svelte +++ b/plugins/chunter-resources/src/components/ChannelScrollView.svelte @@ -783,7 +783,7 @@ {/if}
{#if object} -
+