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
Create a PM::Screen and open it with open_modal(MyScreen.new(nav_bar: true)). Enter live mode and change the screen's stylesheet. Notice the screen isn't updated.
Close the modal and reopen it and the styles are now reapplied.
The text was updated successfully, but these errors were encountered:
Create a
PM::Screen
and open it withopen_modal(MyScreen.new(nav_bar: true))
. Enterlive
mode and change the screen's stylesheet. Notice the screen isn't updated.Close the modal and reopen it and the styles are now reapplied.
The text was updated successfully, but these errors were encountered: