[pnpm] Migrate bskyembed (#10482)

This commit is contained in:
Samuel Newman
2026-05-19 21:51:10 +03:00
committed by GitHub
parent 09253457f9
commit 8cea36f3c9
10 changed files with 4700 additions and 3539 deletions
+1
View File
@@ -416,6 +416,7 @@ function VideoEmbed({content}: {content: AppBskyEmbedVideo.View}) {
controls
playsinline
preload="metadata"
// @ts-expect-error https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/video#loading
loading="lazy"
aria-label={content.alt || undefined}
onClickCapture={evt => evt.stopPropagation()}