This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Description
on setTooltip() and setHelpUrl lines.
Blockly.Blocks['myFirstBlock'] = {
init: function() {
this.appendStatementInput("NAME")
.appendField("My Block");
this.setColour(230);
this.setTooltip(""); // This line
this.setHelpUrl(""); // And this line
}
};
Also true in original demo/blockfactory