mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(ripple-effect): using method invocation instead of events
fixes #15318
This commit is contained in:
@ -75,7 +75,7 @@ export class SegmentButton {
|
||||
disabled={this.disabled}
|
||||
onClick={() => this.checked = true }>
|
||||
<slot></slot>
|
||||
{ this.mode === 'md' && <ion-ripple-effect tapClick={true} parent={this.el}/> }
|
||||
{ this.mode === 'md' && <ion-ripple-effect /> }
|
||||
</button>
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user