Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1c8bcce

Browse files
committed
comment
1 parent 047f182 commit 1c8bcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/ContextMenu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class ContextMenu extends React.PureComponent<IProps, IState> {
121121
}
122122

123123
componentWillUnmount() {
124-
// return focus to the thing which had it before us after the unmount
124+
// return focus to the thing which had it before us
125125
this.initialFocus.focus();
126126
}
127127

0 commit comments

Comments
 (0)