diff options
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5262,7 +5262,7 @@ CommandSlotMorph.prototype.evaluate = function () { }; CommandSlotMorph.prototype.isEmptySlot = function () { - return this.nestedBlock() === null; + return !this.isStatic && (this.nestedBlock() === null); }; // CommandSlotMorph context menu ops |
