
Hello,
I'm having trouble with accessing my code after I update my Chrome few days ago. The CSS I have for my website still functions well, however, when I open the edit page, and nothing's on there. Looks like it's broken, but I'm not sure what reasons was that.
This is similar to #1113 but since it works for me, you'll have to do some digging to find out what's different in your case. Check the devtools console, the background console, see if the problem exists in a new browser profile, try fully uninstalling and reinstalling the extension (don't forget to backup the styles first), see if disabling your antivirus helps, make sure you don't use CCleaner and similar software.
I have an idea:
Application panelLocal Storage, and delete L10N
Never presume they've already tried restarting their browser. Ideally, glitches like this would never occur regardless, but on more than one occasion, I've wasted a bunch of time troubleshooting, only to have someone tell me they've restarted their browser and now everything's fine.
'default' thema is translated such as 'デフォルト' in Japanese.
So, error occurs in the following line .
https://github.com/openstyles/stylus/blob/420733b93a097ae7d917af5dedb2b0525d86b25c/edit/edit.js#L187
workaround is to open the develop console (Ctrl-Shift-j) on the editor page
and run the following command.
prefs.set('editor.theme', 'cobalt');
@Hamayama, thanks, it's a recent bug indeed.
Fixed in 70e3ba15, the next release will have the fix.
Most helpful comment
Never presume they've already tried restarting their browser. Ideally, glitches like this would never occur regardless, but on more than one occasion, I've wasted a bunch of time troubleshooting, only to have someone tell me they've restarted their browser and now everything's fine.