Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
DawChihLiou committed Sep 1, 2020
1 parent 2dcd9c3 commit 0d5211d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/is-picture-in-picture-supported.ts
Expand Up @@ -11,7 +11,6 @@ export function isWebkitPictureInPictureSupported(
typeof (video as any).webkitSetPresentationMode === 'function'
)
}

export default function isPictureInPictureSupported(): boolean {
return (document as ExtendedDocument).pictureInPictureEnabled
}

0 comments on commit 0d5211d

Please sign in to comment.