pull/3/merge
Jens Mönig 2015-08-14 15:23:47 +02:00
rodzic 76c3002b98
commit d243b379e8
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -156,7 +156,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/
// Global stuff ////////////////////////////////////////////////////////
modules.blocks = '2015-July-30';
modules.blocks = '2015-August-14';
var SyntaxElementMorph;
var BlockMorph;
@ -11312,8 +11312,8 @@ ScriptFocusMorph.prototype.trigger = function () {
delete this.fps;
delete this.step;
this.hide();
current.contents().edit();
this.world().onNextStep = function () {
current.contents().edit();
current.contents().selectAll();
};
} else if (current.choices) {

Wyświetl plik

@ -2564,3 +2564,7 @@ ______
150809
------
* Interlingua support, yay!! thanks, Ken Dickey!
150814
------
* Blocks: fixed #907