src/main/resources/public/js/renderer.js @@ -1357,6 +1357,9 @@ this._trigger('fullscreen', value); } this._fullscreen = value; if(this._fullscreen==true){ this.resize() } }, get() { return this._fullscreen;