@protorobotics/jenga 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/jenga.js +1 -1
- package/package.json +1 -1
package/jenga.js
CHANGED
|
@@ -101,7 +101,7 @@ function initBlocklyBlock(entry, category, generator) {
|
|
|
101
101
|
init: function () {
|
|
102
102
|
const inputConn = entry.blocklyInput;
|
|
103
103
|
const rootInput = !inputConn
|
|
104
|
-
? this.appendDummyInput()
|
|
104
|
+
? this.appendDummyInput("dummyInput")
|
|
105
105
|
: this.appendValueInput(inputConn.name).setCheck(inputConn.type);
|
|
106
106
|
|
|
107
107
|
for (const field of entry.blocklyTemplate) {
|