We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56e089 commit 7fbc53aCopy full SHA for 7fbc53a
core/src/components/segment-view/segment-view.tsx
@@ -43,7 +43,6 @@ export class SegmentView implements ComponentInterface {
43
const max = scrollWidth - clientWidth;
44
const scrollRatio = (isRTL(this.el) ? -1 : 1) * (scrollLeft / max);
45
46
-
47
this.ionSegmentViewScroll.emit({
48
scrollRatio,
49
isManualScroll: this.isManualScroll ?? true,
0 commit comments