diff --git a/ts/components/Lightbox.tsx b/ts/components/Lightbox.tsx index 2bf8871110c..e86815304bb 100644 --- a/ts/components/Lightbox.tsx +++ b/ts/components/Lightbox.tsx @@ -185,6 +185,7 @@ export class Lightbox extends React.Component { } if (this.videoRef.paused) { + // tslint:disable-next-line no-floating-promises this.videoRef.play(); } else { this.videoRef.pause();