PMCORE-2696:The Sidebar menu is reopened when the browser is resized

This commit is contained in:
fabio
2021-01-12 16:28:15 -04:00
parent 313baee59b
commit 0af51c2035
2 changed files with 0 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ export default {
},
mounted() {
this.onResize();
window.addEventListener("resize", this.onResize);
},
methods: {
/**

View File

@@ -98,7 +98,6 @@ export default {
},
mounted() {
this.onResize();
window.addEventListener("resize", this.onResize);
this.getMenu();
this.listenerIframe();
window.setInterval(