ZZJ
2021-12-13 d91c8da48ca76f43999220971bc540227790c1e4
src/components/wasmPlayer/wasm/webgl.js
@@ -159,7 +159,7 @@
}
WebGLPlayer.prototype.fullscreen = function() {
  var canvas = this.canvas
  let canvas = this.canvas.parentNode.parentNode.parentNode
  if (canvas.RequestFullScreen) {
    canvas.RequestFullScreen()
  } else if (canvas.webkitRequestFullScreen) {