Skip to content

Commit

Permalink
fix(sliding-item): ionSwipe event is fired (#12157)
Browse files Browse the repository at this point in the history
fixes #12146
  • Loading branch information
manucorporat authored Jul 10, 2017
1 parent 3e3a00b commit b5aa304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/item-sliding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ export class ItemSliding {
restingPoint = 0;
}

this._setOpenAmount(restingPoint, true);
this.fireSwipeEvent();
this._setOpenAmount(restingPoint, true);
return restingPoint;
}

Expand Down

0 comments on commit b5aa304

Please sign in to comment.