Autoconnect does not work in clones

As you know if you paste an op, and that op finds some of the ops it had been connected to, or some pre-existing op was connected to the op you’re dropping, the connections will be automatically restored (which I don’t like because there’s too many table1 table2 etc… - defaults - for this to be safe).

I just found out there is a syncing master/slave problem related to this

  • say that inside a master you have:

COMP1->myDAT

some COMP1’s component output connected to myDAT
and you delete COMP1 (which also happens to be a clone, in case it matters),
then paste it again, the COMP1->myDAT connection will be restored only in the Master, not in the clones.