diff --git a/assets/components/ScrollableView.vue b/assets/components/ScrollableView.vue index 409d15b7..dc9b369c 100644 --- a/assets/components/ScrollableView.vue +++ b/assets/components/ScrollableView.vue @@ -33,7 +33,7 @@ let loading = $ref(false); const scrollObserver = ref(); const scrollableContent = ref(); -provide("scrollingPaused", paused); +provide("scrollingPaused", $$(paused)); const mutationObserver = new MutationObserver((e) => { if (!paused) {