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:
Mario Russo 2015-05-29 14:57:39 +02:00
parent cbec324c6a
commit 38f16f6e31
1 changed files with 0 additions and 1 deletions

View File

@ -380,7 +380,6 @@ cam.IndexPage = React.createClass({
backwardPiggy: false,
currentURL: newURL,
});
this.setSelection_({});
return true;
},