mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Make sure focused tabs don't get activity highlighted (#774)
This commit is contained in:
parent
d6cb1c4bdf
commit
17a5a6b250
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ const reducer = (state = initial, action) => {
|
|||
|
||||
case SESSION_ADD:
|
||||
state_ = state.merge({
|
||||
activeUid: action.uid,
|
||||
openAt: {
|
||||
[action.uid]: Date.now()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue