Skip to content

Commit

Permalink
formta
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt committed Jan 27, 2025
1 parent 61d22c7 commit 2e257b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/overlay/overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ export class Overlay extends AbstractPureComponent<OverlayProps, OverlayState> {
/** Ref for container element, containing all children and the backdrop */
public containerElement = React.createRef<HTMLDivElement>();

/** An empty, keyboard-focusable div at the beginning of the Overlay content */
/** An empty, keyboard-focusable div at the beginning of the Overlay content */
private startFocusTrapElement = React.createRef<HTMLDivElement>();

/** An empty, keyboard-focusable div at the end of the Overlay content */
/** An empty, keyboard-focusable div at the end of the Overlay content */
private endFocusTrapElement = React.createRef<HTMLDivElement>();

public render() {
Expand Down

0 comments on commit 2e257b0

Please sign in to comment.