Skip to content

Commit 6d44104

Browse files
Merge pull request #4400 from nick2432/fix-scroller
fix:scroller
2 parents 13c143f + a403af1 commit 6d44104

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contentcuration/contentcuration/frontend/shared/views/FullscreenModal.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
this.hideHTMLScroll(!!val);
101101
},
102102
},
103+
beforeDestroy() {
104+
this.hideHTMLScroll(false); // Ensure scroll is restored when the component is destroyed
105+
},
103106
mounted() {
104107
this.hideHTMLScroll(true);
105108
this.$refs.dialog.initDetach();

0 commit comments

Comments
 (0)