You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to assert_eq!(stretch.layout(node0).unwrap().location.y, 30f32); -- childNode y should be 30 px. I also tried other tests, but no luck either.
The text was updated successfully, but these errors were encountered:
jeebus3000
changed the title
[JS] child node position not being set
[JS][notice me senpai ◕‿◕] child node position not being set
Oct 9, 2019
Hello!
I "ported" rust test -- https://github.com/vislyhq/stretch/blob/master/tests/generated/absolute_layout_align_items_center_on_child_only.rs to JS (I believe, I made it correctly)
In browser (both FF & Chrome) console I get:
According to
assert_eq!(stretch.layout(node0).unwrap().location.y, 30f32);
-- childNode y should be 30 px. I also tried other tests, but no luck either.The text was updated successfully, but these errors were encountered: