Hi, when I resize the window, my announcements wrap onto multiple lines, and thus the spacing is off. Is there a way to make the spacing of everything recalculate when the window is resized?
I tried to do this myself by doing announcerBar.announcer.after_show(); and announcerBar.announcer.set_offset(); within a resize listener, but they didn’t have the intended effect.
Thank you!