Lint fixes
This commit is contained in:
parent
3938eb9801
commit
8d4125f0a8
3 changed files with 16 additions and 5 deletions
|
@ -188,6 +188,8 @@ export class Lightbox extends React.Component<Props, State> {
|
|||
public readonly focusRef = React.createRef<HTMLDivElement>();
|
||||
public previousFocus: any;
|
||||
|
||||
public state: State = {};
|
||||
|
||||
public componentDidMount() {
|
||||
this.previousFocus = document.activeElement;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue