LightBox: tslint exception for play() call which returns promise

pull/1/head
Scott Nonnenberg 7 years ago
parent 4fa6a785f4
commit fa18e2ba77

@ -185,6 +185,7 @@ export class Lightbox extends React.Component<Props> {
}
if (this.videoRef.paused) {
// tslint:disable-next-line no-floating-promises
this.videoRef.play();
} else {
this.videoRef.pause();

Loading…
Cancel
Save