fix(ripple-effect): tapclick is required in ionic

This commit is contained in:
Manu Mtz.-Almeida
2018-03-27 23:45:12 +02:00
parent b70837278d
commit d57122c382
14 changed files with 28 additions and 21 deletions

View File

@ -110,7 +110,7 @@ export class FabButton {
<span class='fab-button-inner'>
<slot></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect/> }
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true}/> }
</TagType>
);
}