Skip to content

Commit

Permalink
fix(sliding-item): ionSwipe event is fired
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 26, 2017
1 parent 86495e1 commit 92c082a
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 @@ -296,8 +296,8 @@ export class ItemSliding {
restingPoint = 0;
}

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

Expand Down

0 comments on commit 92c082a

Please sign in to comment.