mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(props): update stencil
This commit is contained in:
@ -42,7 +42,7 @@ export class ItemOption {
|
||||
*/
|
||||
@Prop() href: string;
|
||||
|
||||
clickedOptionButton(ev: Event): boolean {
|
||||
private clickedOptionButton(ev: Event): boolean {
|
||||
const el = (ev.target as HTMLElement).closest('ion-item-option');
|
||||
return !!el;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user