diff --git a/src/components/Play.vue b/src/components/Play.vue index fe2af35..6555008 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -775,8 +775,6 @@ export default { } }, async miniEvent () { - const miniWindowBounds = { x: win.getPosition()[0], y: win.getPosition()[1], width: win.getSize()[0], height: win.getSize()[1] } - win.setBounds(miniWindowBounds) this.xg.getCssFullscreen() this.miniMode = true },