We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d227ec2 commit 4271e1aCopy full SHA for 4271e1a
1 file changed
core/block_dragger.ts
@@ -346,6 +346,7 @@ export class BlockDragger implements IBlockDragger {
346
347
/** Fire a move event at the end of a block drag. */
348
protected fireMoveEvent_() {
349
+ if (this.draggingBlock_.isDeadOrDying()) return;
350
const event = new (eventUtils.get(eventUtils.BLOCK_MOVE))(
351
this.draggingBlock_) as BlockMove;
352
event.oldCoordinate = this.startXY_;
0 commit comments