kopia lustrzana https://github.com/backface/turtlestitch
rodzic
4ad2df7a84
commit
d278b2b150
1
gui.js
1
gui.js
|
@ -2808,6 +2808,7 @@ IDE_Morph.prototype.rawOpenBlocksString = function (str, name, silently) {
|
||||||
blocks.forEach(function (def) {
|
blocks.forEach(function (def) {
|
||||||
def.receiver = myself.stage;
|
def.receiver = myself.stage;
|
||||||
myself.stage.globalBlocks.push(def);
|
myself.stage.globalBlocks.push(def);
|
||||||
|
myself.stage.replaceDoubleDefinitionsFor(def);
|
||||||
});
|
});
|
||||||
this.flushPaletteCache();
|
this.flushPaletteCache();
|
||||||
this.refreshPalette();
|
this.refreshPalette();
|
||||||
|
|
|
@ -1904,3 +1904,4 @@ ______
|
||||||
* GUI: getPublicProject adjustments (lowercase username)
|
* GUI: getPublicProject adjustments (lowercase username)
|
||||||
* GUI: prompt() - invocation fixes (null-choices)
|
* GUI: prompt() - invocation fixes (null-choices)
|
||||||
* GUI: synchronous URL fetching simplifications for libraries and example projects
|
* GUI: synchronous URL fetching simplifications for libraries and example projects
|
||||||
|
* GUI: fixed #115 - prevent loading several instances of the same block definition
|
||||||
|
|
Ładowanie…
Reference in New Issue