fix typo
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
558a90a359
commit
9f295b7a86
1 changed files with 1 additions and 1 deletions
|
@ -1347,7 +1347,7 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
onStatusBarHidden: function() {
|
onStatusBarHidden: function() {
|
||||||
// This is currently nor desired as it is annoying if it keeps expanding and collapsing
|
// This is currently not desired as it is annoying if it keeps expanding and collapsing
|
||||||
// TODO: Find a less annoying way of hiding the status bar
|
// TODO: Find a less annoying way of hiding the status bar
|
||||||
/*if (this.unmounted) return;
|
/*if (this.unmounted) return;
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue