Skip to content
Permalink
Browse files

fix(overlays): respect keyboardClose property when opening overlays (#…

  • Loading branch information
liamdebeasi committed May 8, 2020
1 parent f23f1cb commit 9d0dcbbd31fc34ad8952eacb9864ad1b31636113
Showing with 3 additions and 1 deletion.
  1. +3 −1 core/src/utils/overlays.ts
@@ -140,7 +140,9 @@ export const present = async (
overlay.didPresent.emit();
}

overlay.el.focus();
if (overlay.keyboardClose) {
overlay.el.focus();
}
};

export const dismiss = async (

0 comments on commit 9d0dcbb

Please sign in to comment.
You can’t perform that action at this time.