mirror of https://github.com/perkeep/perkeep.git
Fix bug where you have to press back twice to get out of detail view.
Change-Id: Ib2a35b3eb1c92e401cf7826386e174ac6f875339
This commit is contained in:
parent
2bdcf0e2d4
commit
98866f426d
|
@ -87,7 +87,7 @@ cam.DetailView = React.createClass({
|
|||
},
|
||||
|
||||
handlePendingNavigation_: function() {
|
||||
if (!this.handlePendingNavigation_) {
|
||||
if (!this.pendingNavigation_) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue