Skip to content

Commit

Permalink
Fix replaceParent reducer on termgroup exit (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabou authored and rauchg committed Feb 16, 2017
1 parent 63ab33d commit 75b5eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reducers/term-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const replaceParent = (state, parent, child) => {

state = state
.set('activeTermGroup', child.uid)
.set('activeRootGroup', child.uid)
.set('activeSessions', newSessions);
}

Expand Down

0 comments on commit 75b5eb7

Please sign in to comment.