From 2ecdf1c9e453e6ca710dc975ee20455140125094 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 8 Jul 2014 19:27:10 +0200 Subject: fixed #490 --- blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index 49eb111..f02001b 100644 --- a/blocks.js +++ b/blocks.js @@ -6504,7 +6504,7 @@ InputSlotMorph.prototype.collidablesMenu = function () { allNames = []; stage.children.forEach(function (morph) { - if (morph instanceof SpriteMorph) { + if (morph instanceof SpriteMorph && !morph.isClone) { if (morph.name !== rcvr.name) { allNames = allNames.concat(morph.name); } -- cgit v1.3.1