restore full screen click to play
This commit is contained in:
parent
27fe485405
commit
58e18a71cf
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue