ZZJ
2022-01-06 584587a9d9932762aad2d27027be348c810926d0
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) {