--
This commit is contained in:
parent
525977609d
commit
25ce62509b
@ -684,10 +684,14 @@ if (e.cy().data('firstNode') !== 'root') {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<button onClick={() => {
|
<button onClick={() => {
|
||||||
console.log("ELEMENTS____________________________")
|
console.log("NODES____________________________")
|
||||||
cyRef.current?.elements().forEach((ele:any) => {
|
cyRef.current?.elements().forEach((ele:any) => {
|
||||||
console.log(ele.data())
|
console.log(ele.data())
|
||||||
})
|
})
|
||||||
|
}}>nodes</button>
|
||||||
|
<button onClick={() => {
|
||||||
|
console.log("ELEMENTS____________________________")
|
||||||
|
console.log(questions)
|
||||||
}}>elements</button>
|
}}>elements</button>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user