Skip to content

Commit bf131fc

Browse files
committed
dont display renders unless block has started breaking
1 parent 6c1d57f commit bf131fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ object BreakManager : RequestHandler<BreakRequest>(
229229
breakInfos
230230
.filterNotNull()
231231
.forEach { info ->
232+
if (!info.breaking) return@forEach
233+
232234
val config = info.breakConfig
233235
if (!config.renders) return@onDynamicRender
234236
val swapMode = info.breakConfig.swapMode

0 commit comments

Comments
 (0)