NetsBlox / Snap--Build-Your-Own-Blocks

a visual programming language inspired by Scratch
http://snap.berkeley.edu
GNU Affero General Public License v3.0
3 stars 6 forks source link

Duplicated blocks lose "old" values for input slots #1515

Open gsteinLTU opened 7 months ago

gsteinLTU commented 7 months ago

If you duplicate a block with blocks in its inputs, e.g.:

myRole script pic (60)

And then remove the block from the input slot, the original will revert to its previous value, but the duplicate does not:

myRole script pic (61)

This issue does not occur in Snap.