Skip to content

Commit 8d77ede

Browse files
author
JWI
committed
revert testing changes
1 parent 6afc062 commit 8d77ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/UIKitBackend/UIKitBackend+Container.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ extension UIKitBackend {
9999
}
100100

101101
let child = container.childWidgets[index]
102-
child.x = 50
103-
child.y = 50
102+
child.x = position.x
103+
child.y = position.y
104104
}
105105

106106
public func removeChild(_ child: Widget, from container: Widget) {

0 commit comments

Comments
 (0)