Skip to content

Commit

Permalink
Update block.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Jan 24, 2024
1 parent b2e384c commit ede311a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ Blockly.Block = function(workspace, prototypeName, opt_id) {
*/
this.isShadow_ = false;

/**
* @type {boolean}
* @private
*/
this.isShadowArgument_ = false;

/**
* @type {boolean}
* @protected
Expand Down

0 comments on commit ede311a

Please sign in to comment.