mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 06:32:42 +08:00
DEV: fix cancel swipe callback typo (#30491)
This commit is contained in:
parent
bc3b38db19
commit
9a22e8d2f1
|
@ -135,7 +135,7 @@ export default class SwipeModifier extends Modifier {
|
|||
enableBodyScroll(this.element);
|
||||
}
|
||||
|
||||
this.onDidCancelSwipe?.(event.detail);
|
||||
this.onDidCancelSwipeCallback?.(event.detail);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user