Skip to content

Commit 2f1090e

Browse files
committed
(overlay): remove console.log
1 parent d3c691c commit 2f1090e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/utils/overlays.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,7 @@ export const present = async <OverlayPresentOptions>(
512512
if (overlay.presented) {
513513
return;
514514
}
515-
516-
console.log("presenting overlay...");
515+
517516
(document.activeElement as HTMLElement)?.blur();
518517

519518
/**
@@ -1071,4 +1070,4 @@ const revealOverlaysToScreenReaders = () => {
10711070
}
10721071
};
10731072

1074-
export const FOCUS_TRAP_DISABLE_CLASS = 'ion-disable-focus-trap';
1073+
export const FOCUS_TRAP_DISABLE_CLASS = 'ion-disable-focus-trap';

0 commit comments

Comments
 (0)