kopia lustrzana https://github.com/backface/turtlestitch
fixed deserializing command blocks embedded in predicate rings
rodzic
1a8c75c1b5
commit
c039ede553
|
@ -61,7 +61,7 @@ normalizeCanvas, contains*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.store = '2020-April-20';
|
modules.store = '2020-April-22';
|
||||||
|
|
||||||
|
|
||||||
// XML_Serializer ///////////////////////////////////////////////////////
|
// XML_Serializer ///////////////////////////////////////////////////////
|
||||||
|
@ -1290,7 +1290,8 @@ SnapSerializer.prototype.loadInput = function (model, input, block, object) {
|
||||||
if (model.tag === 'script') {
|
if (model.tag === 'script') {
|
||||||
inp = this.loadScript(model, object);
|
inp = this.loadScript(model, object);
|
||||||
if (inp) {
|
if (inp) {
|
||||||
if (block.selector === 'reifyReporter') {
|
if (block.selector === 'reifyReporter' ||
|
||||||
|
block.selector === 'reifyPredicate') {
|
||||||
input.replaceInput(input.children[0], inp);
|
input.replaceInput(input.children[0], inp);
|
||||||
input.fixLayout();
|
input.fixLayout();
|
||||||
} else {
|
} else {
|
||||||
|
|
Ładowanie…
Reference in New Issue