Skip to content

Commit

Permalink
i forgor,,,
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Sep 9, 2024
1 parent 04432e1 commit 32de9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks_vertical/procedures.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Blockly.ScratchBlocks.ProcedureUtils.createIcon_ = function() {
Blockly.ScratchBlocks.ProcedureUtils.createAllInputs_ = function(connectionMap) {
this.createIcon_()
// Split the proc into components, by %n, %b, and %s (ignoring escaped).
var procComponents = this.procCode_.split(/(?=[^\\]%[nbs])/);
var procComponents = this.procCode_.split(/(?=[^\\]%[nsbc])/);
procComponents = procComponents.map(function(c) {
return c.trim(); // Strip whitespace.
});
Expand Down

0 comments on commit 32de9d4

Please sign in to comment.