mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Addressing comments from #703
This commit is contained in:
committed by
GitHub
parent
0c015fd439
commit
0156f2e103
@@ -1010,7 +1010,7 @@ Blockly.WorkspaceSvg.prototype.showContextMenu_ = function(e) {
|
||||
deleteNext();
|
||||
} else {
|
||||
Blockly.confirm(Blockly.Msg.DELETE_ALL_BLOCKS.
|
||||
replace('%1',String(deleteList.length)),
|
||||
replace('%1', deleteList.length),
|
||||
function(ok) {
|
||||
if (ok) {
|
||||
deleteNext();
|
||||
|
||||
Reference in New Issue
Block a user