diff --git a/core/src/components/action-sheet/action-sheet.tsx b/core/src/components/action-sheet/action-sheet.tsx index 5c8630d833..00aaa73ea1 100644 --- a/core/src/components/action-sheet/action-sheet.tsx +++ b/core/src/components/action-sheet/action-sheet.tsx @@ -26,6 +26,7 @@ import { mdLeaveAnimation } from './animations/md.leave'; export class ActionSheet implements ComponentInterface, OverlayInterface { presented = false; + lastFocus?: HTMLElement; animation?: any; private wrapperEl?: HTMLElement; private groupEl?: HTMLElement; @@ -250,7 +251,10 @@ export class ActionSheet implements ComponentInterface, OverlayInterface { onIonBackdropTap={this.onBackdropTap} > -