Skip to content

Commit 1676259

Browse files
committed
removing trailing space. (#2)
1 parent 07a2753 commit 1676259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ModalPortal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default class ModalPortal extends Component {
130130
}
131131

132132
// Don't steal focus from inner elements
133-
focusContent = () =>
133+
focusContent = () =>
134134
(this.content && !this.contentHasFocus()) && this.content.focus();
135135

136136
closeWithTimeout = () => {

0 commit comments

Comments
 (0)