mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Remove several @ts-ignores
This commit is contained in:
@@ -22,8 +22,6 @@ export class InlineNotificationWrapper extends React.Component<PropsType> {
|
||||
};
|
||||
|
||||
public handleFocus = (): void => {
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
if (window.getInteractionMode() === 'keyboard') {
|
||||
this.setSelected();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user