cpsdqs/unified-input
cpsdqs 7 years ago
parent 2c3f081d99
commit 4565469216
Signed by untrusted user: cpsdqs
GPG Key ID: 3F59586BB7448DD1
  1. 2
      js/term.js

@ -47,7 +47,7 @@ window.termInit = function (labels, theme) {
// add fullscreen mode & button
if (Element.prototype.requestFullscreen || Element.prototype.webkitRequestFullscreen) {
let checkForFullscreen = function () {
// document.fullscreenElement is not really support yet, so here's a hack
// document.fullscreenElement is not really supported yet, so here's a hack
if (isFullscreen && (innerWidth !== window.screen.width || innerHeight !== window.screen.height)) {
isFullscreen = false
fitScreenIfNeeded()

Loading…
Cancel
Save