Fix touch shooting and typo
This commit is contained in:
parent
1c4b7a3483
commit
f7420777f0
10 changed files with 59 additions and 60 deletions
|
|
@ -10,7 +10,7 @@ export const handleFullScreen = (
|
|||
return;
|
||||
}
|
||||
|
||||
let isInFullScreen = (): boolean => document.fullscreenElement !== null;
|
||||
const isInFullScreen = (): boolean => document.fullscreenElement !== null;
|
||||
|
||||
const showButtons = () => {
|
||||
minimizeButton.style.visibility = isInFullScreen() ? 'visible' : 'hidden';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue