mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Repopulate blocks with ids
This commit is contained in:
parent
31def7d03d
commit
2545d1955d
3 changed files with 33 additions and 1 deletions
|
@ -288,7 +288,7 @@ class Blocks {
|
|||
newCoordinate: e.newCoordinate
|
||||
});
|
||||
break;
|
||||
case 'drag':
|
||||
case 'dragOutside':
|
||||
if (optRuntime) {
|
||||
optRuntime.emitBlockDragUpdate(e.isOutside);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue