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
fix(troika-3d-ui): prevent sync of text nodes before flex layout finishes
This prevents a flash of incorrectly-sized text, though it can still
give a flash of old text; that should also be fixed in the future. This
is preferable in the short term because by skipping the initial sync it
frees up the worker thread to more quickly complete the flex layout.
This is particularly noticeable when the text nodes are extremely large.
0 commit comments