mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-16 23:30:20 -04:00
Now using correct delete count to check if should show dialog
This commit is contained in:
parent
d2f03647e9
commit
eb7dfe6867
1 changed files with 1 additions and 1 deletions
|
@ -1500,7 +1500,7 @@ Blockly.WorkspaceSvg.prototype.showContextMenu_ = function(e) {
|
|||
if (ws.currentGesture_) {
|
||||
ws.currentGesture_.cancel();
|
||||
}
|
||||
if (deleteList.length < 2 ) {
|
||||
if (deleteCount < 2 ) {
|
||||
deleteNext();
|
||||
} else {
|
||||
Blockly.confirm(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue