Repopulate blocks with ids

This commit is contained in:
DD 2018-02-13 18:09:15 -05:00
parent 31def7d03d
commit 2545d1955d
3 changed files with 33 additions and 1 deletions

View file

@ -288,7 +288,7 @@ class Blocks {
newCoordinate: e.newCoordinate
});
break;
case 'drag':
case 'dragOutside':
if (optRuntime) {
optRuntime.emitBlockDragUpdate(e.isOutside);
}