Skip to content

Commit 1347530

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)