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
Going over the code a bit, I saw that when _resetDistribution is called, it passes the shadyRoot as argument, causing getLightChildren(node) to return the wrong children.
The text was updated successfully, but these errors were encountered:
Using the latest code of the 0.8-preview branch, I noticed that
distributeContent
sometimes loses light children.I created a small test case for this on JS Bin: http://jsbin.com/baname/3/edit?html,output
Going over the code a bit, I saw that when
_resetDistribution
is called, it passes the shadyRoot as argument, causinggetLightChildren(node)
to return the wrong children.The text was updated successfully, but these errors were encountered: