We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647cd42 commit 5a8588bCopy full SHA for 5a8588b
1 file changed
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -144,6 +144,7 @@ object BreakManager : RequestHandler<BreakRequest>(
144
return@listen
145
}
146
destroyBlock(info)
147
+ info.request.onStop?.invoke(info.context.expectedPos)
148
info.internalOnBreak()
149
if (!info.callbacksCompleted) {
150
info.startPending()
0 commit comments