mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Fix misnamed backpack variable
This commit is contained in:
@@ -746,7 +746,7 @@ Blockly.BlockSvg.prototype.showContextMenu_ = function(e) {
|
||||
var backpackOption = {
|
||||
enabled:true,
|
||||
text: Blockly.Msg.COPY_TO_BACKPACK +
|
||||
" (" + Blockly.getMainWorkspace().backpack.count() + ")",
|
||||
" (" + Blockly.getMainWorkspace().backpack_.count() + ")",
|
||||
callback: function() {
|
||||
if (Blockly.selected && Blockly.selected.isDeletable() &&
|
||||
Blockly.selected.workspace == Blockly.mainWorkspace) {
|
||||
|
||||
Reference in New Issue
Block a user