mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Fixes node-position layout caching.
Key was not being generated correctly.
This commit is contained in:
committed by
David Kaltschmidt
parent
af3f18b933
commit
0a46d6128c
@@ -403,7 +403,7 @@ function mapStateToProps(state) {
|
||||
forceRelayout: state.get('forceRelayout'),
|
||||
nodes: state.get('nodes').filter(node => !node.get('filtered')),
|
||||
selectedNodeId: state.get('selectedNodeId'),
|
||||
topologyId: state.get('topologyId'),
|
||||
topologyId: state.get('currentTopologyId'),
|
||||
topologyOptions: getActiveTopologyOptions(state)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user