kopia lustrzana https://github.com/backface/turtlestitch
Don't step SyntaxElementMorphs or their children
~1500 ms before => ~150 ms after (stepping world with large scripts)pull/3/merge
rodzic
3e613a4409
commit
f54da26e8e
|
@ -621,6 +621,10 @@ SyntaxElementMorph.prototype.topBlock = function () {
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// SyntaxElementMorph stepping:
|
||||||
|
|
||||||
|
SyntaxElementMorph.prototype.step = null;
|
||||||
|
|
||||||
// SyntaxElementMorph drag & drop:
|
// SyntaxElementMorph drag & drop:
|
||||||
|
|
||||||
SyntaxElementMorph.prototype.reactToGrabOf = function (grabbedMorph) {
|
SyntaxElementMorph.prototype.reactToGrabOf = function (grabbedMorph) {
|
||||||
|
|
Ładowanie…
Reference in New Issue