From f54da26e8e4a9d92c93ac58f242ac521b6dbac66 Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Wed, 17 Jun 2015 20:05:35 -0400 Subject: Don't step SyntaxElementMorphs or their children ~1500 ms before => ~150 ms after (stepping world with large scripts) --- blocks.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blocks.js b/blocks.js index d373cea..d2a395a 100644 --- a/blocks.js +++ b/blocks.js @@ -621,6 +621,10 @@ SyntaxElementMorph.prototype.topBlock = function () { return this; }; +// SyntaxElementMorph stepping: + +SyntaxElementMorph.prototype.step = null; + // SyntaxElementMorph drag & drop: SyntaxElementMorph.prototype.reactToGrabOf = function (grabbedMorph) { -- cgit v1.3.1