Skip to content

Commit a4a8b81

Browse files
committed
(overlay): run lint
1 parent 3c052d9 commit a4a8b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/utils/overlays.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export const present = async <OverlayPresentOptions>(
516516

517517
// Set the responsible element for the action of presenting the overlay
518518
previousElement = document.activeElement as HTMLElement | null;
519-
519+
520520
/**
521521
* Blur the active element to prevent it from being kept focused, since during the overlay opening process a11y
522522
* attributes such as `aria-hidden` and `inert` are applied to the activeElement parent container

0 commit comments

Comments
 (0)