PMCORE-2696:The Sidebar menu is reopened when the browser is resized
This commit is contained in:
@@ -42,7 +42,6 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.onResize();
|
this.onResize();
|
||||||
window.addEventListener("resize", this.onResize);
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.onResize();
|
this.onResize();
|
||||||
window.addEventListener("resize", this.onResize);
|
|
||||||
this.getMenu();
|
this.getMenu();
|
||||||
this.listenerIframe();
|
this.listenerIframe();
|
||||||
window.setInterval(
|
window.setInterval(
|
||||||
|
|||||||
Reference in New Issue
Block a user