mirror of https://github.com/perkeep/perkeep.git
ui: redirect to set after creation
Updates #553 Change-Id: I1b2f8e2f07cab08f30d2b30356ba02834dcdb95b
This commit is contained in:
parent
64220e06ff
commit
936bd8a336
|
@ -549,6 +549,7 @@ cam.IndexPage = React.createClass({
|
|||
if (++numComplete == blobrefs.length) {
|
||||
this.setSelection_({});
|
||||
this.refreshIfNecessary_();
|
||||
this.navigator_.navigate(this.getDetailURL_(permanode));
|
||||
}
|
||||
}.bind(this);
|
||||
|
||||
|
|
Loading…
Reference in New Issue