From 38f16f6e316e63adac9383b208feb319ad2560e1 Mon Sep 17 00:00:00 2001 From: Mario Russo Date: Fri, 29 May 2015 14:57:39 +0200 Subject: [PATCH] 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 --- server/camlistored/ui/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/camlistored/ui/index.js b/server/camlistored/ui/index.js index 1a2437f40..3dafe50b2 100644 --- a/server/camlistored/ui/index.js +++ b/server/camlistored/ui/index.js @@ -380,7 +380,6 @@ cam.IndexPage = React.createClass({ backwardPiggy: false, currentURL: newURL, }); - this.setSelection_({}); return true; },