Skip to content

Commit

Permalink
Enable Dismiss button on PlainText. Enable show keyboard in Android o…
Browse files Browse the repository at this point in the history
…n PlainText mount
  • Loading branch information
chipsnyder committed Feb 7, 2020
1 parent ca7e027 commit fe72b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class PlainText extends Component {

componentWillUnmount() {
if ( this.isAndroid ) {
clearTimeout(this.timeoutID);
clearTimeout( this.timeoutID );
}
}

Expand Down

0 comments on commit fe72b22

Please sign in to comment.