mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-07-05 16:40:25 -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_) {
|
if (ws.currentGesture_) {
|
||||||
ws.currentGesture_.cancel();
|
ws.currentGesture_.cancel();
|
||||||
}
|
}
|
||||||
if (deleteList.length < 2 ) {
|
if (deleteCount < 2 ) {
|
||||||
deleteNext();
|
deleteNext();
|
||||||
} else {
|
} else {
|
||||||
Blockly.confirm(
|
Blockly.confirm(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue