Skip to content

Commit

Permalink
Update Block.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrredo authored Apr 20, 2024
1 parent 1c094da commit bb46741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/BlockGen/Blocks/Block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default class Block {
if (Blockly.Blocks[blockDef.type] !== undefined && !dev) {
throw Error(`Block "${blockDef.type}" is defined twice.`);
}
const blockDefinition = this._blockDefinition;
//const blockDefinition = this._blockDefinition;
// Add The block to the blocks list
Blockly.Blocks[blockDef.type] = {
init: function(this: Blockly.Block) {
Expand Down

0 comments on commit bb46741

Please sign in to comment.