Outgoing: Ensure that sends still succeed without CDS
This commit is contained in:
parent
ce067258a0
commit
ec8ac1db58
4 changed files with 30 additions and 18 deletions
|
@ -204,6 +204,12 @@ export class Lightbox extends React.Component<Props, State> {
|
|||
|
||||
public previousFocus: HTMLElement | null = null;
|
||||
|
||||
public constructor(props: Props) {
|
||||
super(props);
|
||||
|
||||
this.state = {};
|
||||
}
|
||||
|
||||
public componentDidMount(): void {
|
||||
this.previousFocus = document.activeElement as HTMLElement;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue