Skip to content

Commit

Permalink
Fix category
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Feb 12, 2024
1 parent 1b13c90 commit 4f3ae43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/data_category.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Blockly.DataCategory = function(workspace) {
Blockly.DataCategory.addAddToList(xmlList, firstVariable);
Blockly.DataCategory.addSep(xmlList);
Blockly.DataCategory.addDeleteOfList(xmlList, firstVariable);
// Blockly.DataCategory.addDeleteAllOfList(xmlList, firstVariable);
// USB: Deprecated Block
// Blockly.DataCategory.addDeleteAllOfList(xmlList, firstVariable);
Blockly.DataCategory.addInsertAtList(xmlList, firstVariable);
Blockly.DataCategory.addReplaceItemOfList(xmlList, firstVariable);
Blockly.DataCategory.addSep(xmlList);
Expand Down

0 comments on commit 4f3ae43

Please sign in to comment.