mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
fix variable naming in createnewblock.
This commit is contained in:
@@ -294,7 +294,7 @@ Code.tabClick = function(clickedName) {
|
||||
if (clickedName == 'blocks') {
|
||||
Code.workspace.setVisible(true);
|
||||
}
|
||||
Blockly.fireUiEvent(window, 'resize');
|
||||
Blockly.asyncSvgResize(this.workspace_);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user