Don't step SyntaxElementMorphs or their children

~1500 ms before => ~150 ms after (stepping world with large scripts)
pull/3/merge
Nathan Dinsmore 2015-06-17 20:05:35 -04:00
rodzic 3e613a4409
commit f54da26e8e
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -621,6 +621,10 @@ SyntaxElementMorph.prototype.topBlock = function () {
return this;
};
// SyntaxElementMorph stepping:
SyntaxElementMorph.prototype.step = null;
// SyntaxElementMorph drag & drop:
SyntaxElementMorph.prototype.reactToGrabOf = function (grabbedMorph) {