mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Lint fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user