mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Add missing move when unshadowing and missing XY when deleting.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
maxBlocks: 5,
|
||||
toolbox: document.getElementById('toolbox')});
|
||||
|
||||
function onchange() {
|
||||
function onchange(event) {
|
||||
document.getElementById('capacity').innerHTML =
|
||||
workspace.remainingCapacity();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user