Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip empty spans when updating text buffers (#16524)
# Objective Fixes #16521 ## Solution If an empty span is encountered (such as the default `Text` value), we skip it entirely when updating buffers. This prevents unnecessarily bailing when the font doesn't exist (ex: when the default font is disabled)
- Loading branch information