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: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user