Skip to content

Commit 57fa643

Browse files
committed
Fix OnAppearNode
1 parent 63b57e0 commit 57fa643

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/Components/Compositions/OnAppearNode.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ public final class OnAppearNode<Content: ASDisplayNode>: NamedDisplayCellNodeBas
130130
content
131131
.overlay(
132132
ZStackLayout {
133-
debuggingNode
134133
topLeftTiledLayerNode.preferredSize(.init(width: 1, height: 1))
135134
.relativePosition(horizontal: .start, vertical: .start)
136135
bottomRightTiledLayerNode.preferredSize(.init(width: 1, height: 1))

0 commit comments

Comments
 (0)