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
In #2058 (comment) we worked around FOUC by making colorscheme.ts a classic script. But the logic there is now needed to be reused. A classic script cannot import code for reuse. This issue is about
Reuse the logic in colorscheme.ts, by making it a module.
Make sure there is no FOUC with this change
The text was updated successfully, but these errors were encountered:
In #2058 (comment) we worked around FOUC by making colorscheme.ts a classic script. But the logic there is now needed to be reused. A classic script cannot import code for reuse. This issue is about
The text was updated successfully, but these errors were encountered: