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

fix biest #738

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