mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(tap-click): works inside shadow-dom
adds private ion-activable attribute fixes #15128
This commit is contained in:
@ -77,7 +77,7 @@ export class FabButton {
|
||||
hostData() {
|
||||
|
||||
return {
|
||||
'tappable': !this.disabled,
|
||||
'ion-activable': !this.disabled,
|
||||
class: {
|
||||
...createColorClasses(this.color),
|
||||
...this.getFabClassMap(),
|
||||
|
Reference in New Issue
Block a user