We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13c143f + a403af1 commit 6d44104Copy full SHA for 6d44104
contentcuration/contentcuration/frontend/shared/views/FullscreenModal.vue
@@ -100,6 +100,9 @@
100
this.hideHTMLScroll(!!val);
101
},
102
103
+ beforeDestroy() {
104
+ this.hideHTMLScroll(false); // Ensure scroll is restored when the component is destroyed
105
+ },
106
mounted() {
107
this.hideHTMLScroll(true);
108
this.$refs.dialog.initDetach();
0 commit comments