haoxuan
2023-09-01 7bd392d273db9e40f1fbb5c8cd50341394c22717
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) {