mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Fix replaceParent reducer on termgroup exit (#1494)
This commit is contained in:
parent
63ab33daa9
commit
75b5eb7d3f
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ const replaceParent = (state, parent, child) => {
|
||||||
|
|
||||||
state = state
|
state = state
|
||||||
.set('activeTermGroup', child.uid)
|
.set('activeTermGroup', child.uid)
|
||||||
|
.set('activeRootGroup', child.uid)
|
||||||
.set('activeSessions', newSessions);
|
.set('activeSessions', newSessions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue