Skip to content

Commit eb73169

Browse files
committed
[gardening]
1 parent 2d42522 commit eb73169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftDraw/LayerTree/LayerTree.Builder.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ extension LayerTree {
139139

140140
} else if let sw = element as? DOM.Switch,
141141
let e = sw.childElements.first {
142+
//TODO: select first element that creates non empty Layer
142143
return .layer(createLayer(from: e, inheriting: state))
143144
}
144145

0 commit comments

Comments
 (0)