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
I'm integrating cosmic-text with bevy_cosmic_edit and I noticed a strange behaviour: When I scroll down, the text intermittently disappears. I'm presuming this is because the editor scrolls down a line when it has plenty of space left to render (I've called editor.set_size with a sufficiently large surface area). How can I avoid this?
The text was updated successfully, but these errors were encountered:
I'm integrating
cosmic-text
withbevy_cosmic_edit
and I noticed a strange behaviour: When I scroll down, the text intermittently disappears. I'm presuming this is because the editor scrolls down a line when it has plenty of space left to render (I've callededitor.set_size
with a sufficiently large surface area). How can I avoid this?The text was updated successfully, but these errors were encountered: