Skip to content

Commit b5aa304

Browse files
authored
fix(sliding-item): ionSwipe event is fired (#12157)
fixes #12146
1 parent 3e3a00b commit b5aa304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/item/item-sliding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ export class ItemSliding {
309309
restingPoint = 0;
310310
}
311311

312-
this._setOpenAmount(restingPoint, true);
313312
this.fireSwipeEvent();
313+
this._setOpenAmount(restingPoint, true);
314314
return restingPoint;
315315
}
316316

0 commit comments

Comments
 (0)