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
Hello, thanks for this great repo! I think Flexbox is an awesome an idea. I know it's been a long time since you've worked on this repo but one thing I noticed is that bindings to the width/height properties of items inside a Flex item aren't working.
For example, in the following example below, rect2 won't update its width when the with of the window changes, like it should.
Hello, thanks for this great repo! I think Flexbox is an awesome an idea. I know it's been a long time since you've worked on this repo but one thing I noticed is that bindings to the width/height properties of items inside a
Flex
item aren't working.For example, in the following example below, rect2 won't update its width when the with of the window changes, like it should.
Adding the following code does make it work, tho:
I wonder why the bindings suddenly don't work?
The text was updated successfully, but these errors were encountered: