diff --git a/core/src/components/item-sliding/item-sliding.tsx b/core/src/components/item-sliding/item-sliding.tsx index 311aa13953..f7bb3295e9 100644 --- a/core/src/components/item-sliding/item-sliding.tsx +++ b/core/src/components/item-sliding/item-sliding.tsx @@ -408,7 +408,7 @@ export class ItemSliding implements ComponentInterface { this.state = SlidingState.Disabled; this.tmr = undefined; if (this.gesture) { - this.gesture.enable(true); + this.gesture.enable(!this.disabled); } }, 600) as any;