We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5239bde commit 92c73f6Copy full SHA for 92c73f6
1 file changed
packages/blockly/core/connection.ts
@@ -291,10 +291,7 @@ export class Connection {
291
}
292
293
let event;
294
- if (
295
- eventUtils.isEnabled() &&
296
- !childConnection.getSourceBlock().isDeadOrDying()
297
- ) {
+ if (eventUtils.isEnabled()) {
298
event = new (eventUtils.get(EventType.BLOCK_MOVE))(
299
childConnection.getSourceBlock(),
300
) as BlockMove;
0 commit comments