mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(tap-click): works inside shadow-dom
adds private ion-activable attribute fixes #15128
This commit is contained in:
@ -62,7 +62,7 @@ export class SegmentButton {
|
||||
'segment-button-disabled': disabled,
|
||||
'segment-checked': checked,
|
||||
},
|
||||
'tappable': true,
|
||||
'ion-activable': true,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user