refactor(core): rename useNodeConnections params (#1743)
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -16,11 +16,11 @@ const props = defineProps({
|
||||
})
|
||||
|
||||
const sourceConnections = useNodeConnections({
|
||||
type: 'target',
|
||||
handleType: 'target',
|
||||
})
|
||||
|
||||
const targetConnections = useNodeConnections({
|
||||
type: 'source',
|
||||
handleType: 'source',
|
||||
})
|
||||
|
||||
const isSender = toRef(() => sourceConnections.value.length <= 0)
|
||||
|
||||
Reference in New Issue
Block a user