diff --git a/src/web/app/desktop/tags/window.tag b/src/web/app/desktop/tags/window.tag index f0e1a3fdd..7a82fe601 100644 --- a/src/web/app/desktop/tags/window.tag +++ b/src/web/app/desktop/tags/window.tag @@ -265,7 +265,7 @@ const position = this.refs.main.getBoundingClientRect(); const width = parseInt(getComputedStyle(this.refs.main, '').width, 10); - const left = parseInt(getComputedStyle(this.refs.main, '').left, 10); + const height = parseInt(getComputedStyle(this.refs.main, '').height, 10); const x = window.screenX + position.left; const y = window.screenY + position.top;