mirror of https://github.com/perkeep/perkeep.git
ui: fixing persisted selection state across navigation
Reintroduction of the left/right arrow and the Around query broke saved selection state. Fixes: #609 Change-Id: I0974fd8af48e0eb9fe9d16faecd41b17a6f3824b
This commit is contained in:
parent
cbec324c6a
commit
38f16f6e31
|
@ -380,7 +380,6 @@ cam.IndexPage = React.createClass({
|
||||||
backwardPiggy: false,
|
backwardPiggy: false,
|
||||||
currentURL: newURL,
|
currentURL: newURL,
|
||||||
});
|
});
|
||||||
this.setSelection_({});
|
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue