mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 07:05:32 +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…
x
Reference in New Issue
Block a user