Update MkPullToRefresh.vue

This commit is contained in:
syuilo 2025-05-03 18:34:59 +09:00
parent c940565be7
commit 2d3838cec3
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ function refreshFinished() {
onMounted(() => {
if (rootEl.value == null) return;
scrollEl = getScrollContainer(rootEl.value);
lockDownScroll();
rootEl.value.addEventListener('pointerdown', moveStart, { passive: true });
rootEl.value.addEventListener('touchend', toggleScrollLockOnTouchEnd, { passive: true });
});