diff --git a/blocksuite/affine/block-attachment/src/embed.ts b/blocksuite/affine/block-attachment/src/embed.ts index 0e50e7514..69bb46945 100644 --- a/blocksuite/affine/block-attachment/src/embed.ts +++ b/blocksuite/affine/block-attachment/src/embed.ts @@ -151,7 +151,13 @@ const embedConfig: AttachmentEmbedConfig[] = [ check: (model, maxFileSize) => model.type.startsWith('video/') && model.size <= maxFileSize, template: (_, blobUrl) => - html``, + html``, }, { name: 'audio',