mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Fix 'add test variable' button not working (#3346)
This commit is contained in:
@@ -241,7 +241,6 @@ function addToolboxButtonCallbacks() {
|
||||
}
|
||||
};
|
||||
var addVariables = function(button) {
|
||||
workspace.createVariable('1a', '', '1A');
|
||||
workspace.createVariable('1b', '', '1B');
|
||||
workspace.createVariable('1c', '', '1C');
|
||||
workspace.createVariable('2a', '', '2A');
|
||||
|
||||
Reference in New Issue
Block a user