We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1d57f commit bf131fcCopy full SHA for bf131fc
1 file changed
src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -229,6 +229,8 @@ object BreakManager : RequestHandler<BreakRequest>(
229
breakInfos
230
.filterNotNull()
231
.forEach { info ->
232
+ if (!info.breaking) return@forEach
233
+
234
val config = info.breakConfig
235
if (!config.renders) return@onDynamicRender
236
val swapMode = info.breakConfig.swapMode
0 commit comments