update size managment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-30 18:00:16 +01:00
parent 91360b0ba1
commit 520bea92d5
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -217,7 +217,7 @@ export default {
return null
},
updateOgMaxWidth() {
this.$refs.og.classList.display = 'none'
this.$refs.og.style.display = 'none'
this.ogMaxWidth = this.$refs.ogwrapper.offsetWidth
this.$refs.og.style.display = 'block'
},