You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
||drag.source.nodeItem===inputDragTarget.nodeItem// Connection between attributes of the same node
111
111
|| (drag.source.isList&&childrenRepeater.count) // Source/target are lists but target already has children
112
112
||drag.source.connectorType==="input"// Refuse to connect an "input pin" on another one (input attr can be connected to input attr, but not the graphical pin)
@@ -256,7 +256,7 @@ RowLayout {
256
256
onEntered:function(drag) {
257
257
// Check if attributes are compatible to create a valid connection
258
258
if (drag.source.objectName!=outputDragTarget.objectName// Not an edge connector
259
-
||drag.source.baseType!==outputDragTarget.baseType//Not the same base type
0 commit comments