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