We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c052d9 commit a4a8b81Copy full SHA for a4a8b81
core/src/utils/overlays.ts
@@ -516,7 +516,7 @@ export const present = async <OverlayPresentOptions>(
516
517
// Set the responsible element for the action of presenting the overlay
518
previousElement = document.activeElement as HTMLElement | null;
519
-
+
520
/**
521
* Blur the active element to prevent it from being kept focused, since during the overlay opening process a11y
522
* attributes such as `aria-hidden` and `inert` are applied to the activeElement parent container
0 commit comments