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
Apparently Ace (Brace) editor uses TextMate color scheme by default and
we used to rely on this. However, if no theme is imported explicitly,
Ace will try to dynamically fetch it and will end up with 404 error in
browser's console, since we don't have the file and everything in
bundled in one file.
0 commit comments