Skip to content
Snippets Groups Projects
Commit 9fd1c4d8 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix biest #738

parent 037f792d
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,9 @@ export default {
window.addEventListener('resize', this.calcContentHeight);
},
destroyed() {
window.removeEventListener('resize', this.calcContentHeight);
},
methods: {
...mapActions({
updateBlock: 'updateBlockInContainer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment