Skip to content
Snippets Groups Projects
Commit b92296ef authored by Jean-Clement Gallardo's avatar Jean-Clement Gallardo
Browse files

Merge tag '0.2.7' into develop

0.2.7 0.2.7
parents 01a11c7c 2d34f5ba
No related branches found
No related tags found
No related merge requests found
Pipeline #296173 passed
......@@ -87,9 +87,9 @@ function keydownHandler(event: KeyboardEvent) {
}
// Watcher ------------
watch(() => props.network, (newNetwork) => {
watch(() => props.network?.nodes, () => {
console.log('ok');
initialiseGlobalNetwork(newNetwork as Network, props.allowAutoAlgo);
initialiseGlobalNetwork(props.network as Network, props.allowAutoAlgo);
});
watch(() => props.networkStyle, (newNetworkStyle) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment