mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(ripple-effect): tapclick is required in ionic
This commit is contained in:
@ -98,7 +98,7 @@ export class SegmentButton {
|
||||
href={this.href}
|
||||
onClick={this.segmentButtonClick.bind(this)}>
|
||||
<slot></slot>
|
||||
{ this.mode === 'md' && <ion-ripple-effect/> }
|
||||
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true}/> }
|
||||
</TagType>
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user