Remove several @ts-ignores
This commit is contained in:
parent
e0bd9f6958
commit
770c80b9ee
7 changed files with 11 additions and 36 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue