Skip to content

Commit 1347530

Browse files
committed
nullify the currentInteraction on block break (i forgor to include this)
1 parent ed69d46 commit 1347530

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common/src/main/kotlin/com/lambda/task/tasks/BuildTask.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ class BuildTask @Ta5kBuilder constructor(
381381
}
382382
BuildConfig.BreakConfirmationMode.AwaitThenBreak -> pendingInteractions.add(ctx)
383383
}
384+
currentInteraction = null
384385
}
385386

386387
private fun SafeContext.breakBlock(ctx: BreakContext): Boolean {

0 commit comments

Comments
 (0)