kopia lustrzana https://github.com/backface/turtlestitch
fixed #907
rodzic
76c3002b98
commit
d243b379e8
|
@ -156,7 +156,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.blocks = '2015-July-30';
|
modules.blocks = '2015-August-14';
|
||||||
|
|
||||||
var SyntaxElementMorph;
|
var SyntaxElementMorph;
|
||||||
var BlockMorph;
|
var BlockMorph;
|
||||||
|
@ -11312,8 +11312,8 @@ ScriptFocusMorph.prototype.trigger = function () {
|
||||||
delete this.fps;
|
delete this.fps;
|
||||||
delete this.step;
|
delete this.step;
|
||||||
this.hide();
|
this.hide();
|
||||||
current.contents().edit();
|
|
||||||
this.world().onNextStep = function () {
|
this.world().onNextStep = function () {
|
||||||
|
current.contents().edit();
|
||||||
current.contents().selectAll();
|
current.contents().selectAll();
|
||||||
};
|
};
|
||||||
} else if (current.choices) {
|
} else if (current.choices) {
|
||||||
|
|
|
@ -2564,3 +2564,7 @@ ______
|
||||||
150809
|
150809
|
||||||
------
|
------
|
||||||
* Interlingua support, yay!! thanks, Ken Dickey!
|
* Interlingua support, yay!! thanks, Ken Dickey!
|
||||||
|
|
||||||
|
150814
|
||||||
|
------
|
||||||
|
* Blocks: fixed #907
|
||||||
|
|
Ładowanie…
Reference in New Issue