pull/21833/head
Michael Telatynski 2021-10-07 11:13:13 +01:00
parent 047f182cd8
commit 1c8bcce0ed
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export class ContextMenu extends React.PureComponent<IProps, IState> {
}
componentWillUnmount() {
// return focus to the thing which had it before us after the unmount
// return focus to the thing which had it before us
this.initialFocus.focus();
}