restore full screen click to play

This commit is contained in:
jessop 2019-09-06 10:52:58 -04:00 committed by Sean Yesmunt
parent 27fe485405
commit 58e18a71cf

View file

@ -90,6 +90,7 @@ export default function FileViewer(props: Props) {
<div <div
disabled={!hasCostInfo} disabled={!hasCostInfo}
style={!obscurePreview && thumbnail ? { backgroundImage: `url("${thumbnail}")` } : {}} style={!obscurePreview && thumbnail ? { backgroundImage: `url("${thumbnail}")` } : {}}
onClick={supported && viewFile}
className={classnames({ className={classnames({
content__cover: supported, content__cover: supported,
'content__cover--disabled': !supported, 'content__cover--disabled': !supported,