@scratch/scratch-vm 13.6.5 → 13.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scratch/scratch-vm",
3
- "version": "13.6.5",
3
+ "version": "13.6.6",
4
4
  "description": "Virtual Machine for Scratch 3.0",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/scratchfoundation/scratch-vm#readme",
@@ -60,8 +60,8 @@
60
60
  "allow-incomplete-coverage": true
61
61
  },
62
62
  "dependencies": {
63
- "@scratch/scratch-render": "13.6.5",
64
- "@scratch/scratch-svg-renderer": "13.6.5",
63
+ "@scratch/scratch-render": "13.6.6",
64
+ "@scratch/scratch-svg-renderer": "13.6.6",
65
65
  "@vernier/godirect": "1.8.3",
66
66
  "arraybuffer-loader": "1.0.8",
67
67
  "atob": "2.1.2",
@@ -763,6 +763,7 @@ class Blocks {
763
763
  if (shadow && e.id !== shadow) {
764
764
  oldParent.inputs[e.oldInput].block = shadow;
765
765
  this._blocks[shadow].parent = oldParent.id;
766
+ this._blocks[e.id].parent = null;
766
767
  } else {
767
768
  oldParent.inputs[e.oldInput].block = null;
768
769
  if (e.id !== shadow) {