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 550a09b + b0a0e44 commit 56d3dffCopy full SHA for 56d3dff
contentcuration/contentcuration/frontend/shared/views/FullscreenModal.vue
@@ -100,11 +100,13 @@
100
this.hideHTMLScroll(!!val);
101
},
102
103
- beforeDestroy() {
+ activated() {
104
+ this.hideHTMLScroll(true);
105
+ },
106
+ deactivated() {
107
this.hideHTMLScroll(false); // Ensure scroll is restored when the component is destroyed
108
109
mounted() {
- this.hideHTMLScroll(true);
110
this.$refs.dialog.initDetach();
111
112
methods: {
0 commit comments