Make sure focused tabs don't get activity highlighted (#774)

This commit is contained in:
Martin Ek 2016-10-05 12:20:08 -04:00 committed by Guillermo Rauch
parent d6cb1c4bdf
commit 17a5a6b250

View file

@ -175,6 +175,7 @@ const reducer = (state = initial, action) => {
case SESSION_ADD:
state_ = state.merge({
activeUid: action.uid,
openAt: {
[action.uid]: Date.now()
}