Skip to content

Commit 093033c

Browse files
authored
block_events.js -- expandable event here too
1 parent d83c4e5 commit 093033c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/block_events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ Blockly.Events.Move = function(block) {
386386
this.oldParentId = location.parentId;
387387
this.oldInputName = location.inputName;
388388
this.oldCoordinate = location.coordinate;
389+
this.isFromExpandable = Blockly.Events.expandableClick;
389390
};
390391
goog.inherits(Blockly.Events.Move, Blockly.Events.BlockBase);
391392

0 commit comments

Comments
 (0)