Skip to content
Snippets Groups Projects
Commit 1d70e518 authored by Amira Abdel-Rahman's avatar Amira Abdel-Rahman
Browse files

simulation better

parent eea697e0
No related branches found
No related tags found
No related merge requests found
Pipeline #25161 passed
...@@ -454,7 +454,7 @@ document.addEventListener('addNode', function (e) { ...@@ -454,7 +454,7 @@ document.addEventListener('addNode', function (e) {
// tgt.move({parent: ''+neighborhood}); // tgt.move({parent: ''+neighborhood});
// tgt._private.data.data.parent= neighborhood; // tgt._private.data.data.parent= neighborhood;
// api.expandAll(); api.expandAll();
}, false); }, false);
...@@ -559,6 +559,7 @@ document.addEventListener('updateNode', function (e) { ...@@ -559,6 +559,7 @@ document.addEventListener('updateNode', function (e) {
}, false); }, false);
document.addEventListener('removeNode', function (e) { document.addEventListener('removeNode', function (e) {
var tgt=cyy.$id(e.detail.id); var tgt=cyy.$id(e.detail.id);
tgt.remove(); tgt.remove();
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</div> </div>
<div id="simulation"> <div id="simulation" style="overflow: scroll;">
<div id="threejs1"> <div id="threejs1">
<div class="header1"> <div class="header1">
<i> Assembler Control</i> <i> Assembler Control</i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment