fixed #32
This commit is contained in:
parent
5a569cbaf9
commit
efa4d9f80f
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
resizeCanvas();
|
||||
window.addEventListener('resize', resizeCanvas);
|
||||
window.addEventListener('keydown', async e => {
|
||||
if(e.target.tagName.toLowerCase()=='input') return;
|
||||
if(e.key=='f') {
|
||||
if(document.fullscreenElement) await document.exitFullscreen();
|
||||
else await main.requestFullscreen();
|
||||
|
|
Loading…
Reference in a new issue