Skip to content

Commit 33be9ff

Browse files
committed
chore: run lint
1 parent f5bd24e commit 33be9ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/utils/overlays.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,10 @@ export const present = async <OverlayPresentOptions>(
510510
return;
511511
}
512512

513-
514513
/**
515514
* Due to accessibility guidelines, toasts do not have
516515
* focus traps.
517-
*
516+
*
518517
* All other overlays should have focus traps to prevent
519518
* the keyboard focus from leaving the overlay.
520519
*/

0 commit comments

Comments
 (0)