Merge "ui: fixing persisted selection state across navigation"

This commit is contained in:
Mathieu Lonjaret 2015-06-04 13:25:29 +00:00 committed by Gerrit Code Review
commit cfbacfcd52
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;
},