DEV: fix cancel swipe callback typo (#30491)

This commit is contained in:
Renato Atilio 2024-12-30 12:45:06 -03:00 committed by GitHub
parent bc3b38db19
commit 9a22e8d2f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ export default class SwipeModifier extends Modifier {
enableBodyScroll(this.element); enableBodyScroll(this.element);
} }
this.onDidCancelSwipe?.(event.detail); this.onDidCancelSwipeCallback?.(event.detail);
} }
/** /**