update(edges): filter edges of hidden nodes
* we don't want to show edges that go seemingly nowhere Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -32,10 +32,7 @@ const connectionLineVisible = controlledComputed(
|
||||
store.connectionHandleType
|
||||
),
|
||||
)
|
||||
const groups = controlledComputed(
|
||||
() => store.getEdges,
|
||||
() => groupEdgesByZLevel(store.getEdges, store.getNodes),
|
||||
)
|
||||
const groups = computed(() => groupEdgesByZLevel(store.getEdges, store.getNodes))
|
||||
</script>
|
||||
<script lang="ts">
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user