diff --git a/plugins/attachment-resources/src/components/AttachmentList.svelte b/plugins/attachment-resources/src/components/AttachmentList.svelte index c9eee5fc5d..04dc1a1e4c 100644 --- a/plugins/attachment-resources/src/components/AttachmentList.svelte +++ b/plugins/attachment-resources/src/components/AttachmentList.svelte @@ -16,7 +16,7 @@ import { Attachment } from '@hcengineering/attachment' import { Ref, type WithLookup } from '@hcengineering/core' import { ListSelectionProvider } from '@hcengineering/view-resources' - import { Scroller, updatePopup } from '@hcengineering/ui' + import { updatePopup } from '@hcengineering/ui' import { AttachmentImageSize } from '../types' import AttachmentPreview from './AttachmentPreview.svelte' @@ -43,7 +43,7 @@ {#if attachments.length} - + {/if} + + diff --git a/plugins/attachment-resources/src/components/AttachmentStyleBoxCollabEditor.svelte b/plugins/attachment-resources/src/components/AttachmentStyleBoxCollabEditor.svelte index ee3052880d..7fc8547f40 100644 --- a/plugins/attachment-resources/src/components/AttachmentStyleBoxCollabEditor.svelte +++ b/plugins/attachment-resources/src/components/AttachmentStyleBoxCollabEditor.svelte @@ -13,6 +13,7 @@ // limitations under the License. -->