diff --git a/packages/core/src/components/action-sheet/action-sheet.tsx b/packages/core/src/components/action-sheet/action-sheet.tsx index cd00b30e7a..08b9485a96 100644 --- a/packages/core/src/components/action-sheet/action-sheet.tsx +++ b/packages/core/src/components/action-sheet/action-sheet.tsx @@ -5,7 +5,7 @@ import { EventEmitter, Listen, Prop, - State + CssClassMap } from '@stencil/core'; import { AnimationBuilder, Animation, Ionic } from '../../index'; @@ -25,7 +25,6 @@ import iOSLeaveAnimation from './animations/ios.leave'; }) export class ActionSheet { private animation: Animation; - private durationTimeout: any; @Element() private el: HTMLElement; @@ -162,7 +161,8 @@ export class ActionSheet { ?
{this.subTitle}
: null} {this.buttons.map(b => -