From 17a5a6b2508f8359501d4816b2bd51c4889c4bf0 Mon Sep 17 00:00:00 2001 From: Martin Ek Date: Wed, 5 Oct 2016 12:20:08 -0400 Subject: [PATCH] Make sure focused tabs don't get activity highlighted (#774) --- lib/reducers/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/reducers/ui.js b/lib/reducers/ui.js index 410a4100..1c329064 100644 --- a/lib/reducers/ui.js +++ b/lib/reducers/ui.js @@ -175,6 +175,7 @@ const reducer = (state = initial, action) => { case SESSION_ADD: state_ = state.merge({ + activeUid: action.uid, openAt: { [action.uid]: Date.now() }