Skip to content

Commit 7fbc53a

Browse files
-lint.fix;
1 parent f56e089 commit 7fbc53a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/components/segment-view/segment-view.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export class SegmentView implements ComponentInterface {
4343
const max = scrollWidth - clientWidth;
4444
const scrollRatio = (isRTL(this.el) ? -1 : 1) * (scrollLeft / max);
4545

46-
4746
this.ionSegmentViewScroll.emit({
4847
scrollRatio,
4948
isManualScroll: this.isManualScroll ?? true,

0 commit comments

Comments
 (0)