We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda1dd0 commit 8f512c6Copy full SHA for 8f512c6
components/email.js
@@ -132,12 +132,8 @@ export default class Email extends Component {
132
}
133
134
componentDidMount() {
135
- console.log(this.props, this.textHanlder)
136
if (this.props.autoFocus) {
137
- // textHandler is undefined at time of mounting
138
- setTimeout(() => {
139
- this.textHandler.focus()
140
- }, 1000)
+ this.textHandler.focus()
141
142
143
css/raw.js
@@ -73,6 +73,6 @@ svg.twitter * {
73
74
a.-grey:hover {
75
text-decoration: none;
76
- color: ${grey200};
+ opacity: 0.5;
77
78
`
0 commit comments