GraphView icon indicating copy to clipboard operation
GraphView copied to clipboard

One node replace another node

Open mmakatri opened this issue 7 months ago • 0 comments

If I have 2 nodes with the same data like

        val node1 = Node("Test")
        val node2 = Node("Test")

The output of the just will be one node because they have the same data is it possible to show the 2 nodes with the same data ?

mmakatri avatar Jul 03 '25 04:07 mmakatri