Renderer
v3
Browser
Chrome
Operating System
MacOS
What happened?
Since the editor update, setting an editor theme is setting the localStorage property independently for each the Brew and Style editors but on the same key. So if I set my Brew editor to "neat", and the Style editor to "twilight", i can have different themes for each. But when i reload the page, is pulling "twilight" for both editors.
I believe that we should not allow different themes per editor (and I don't believe we have intended to allow this). But if for some reason we do want to allow it, we need to save the themes separately in localStorage.
Code
Renderer
v3
Browser
Chrome
Operating System
MacOS
What happened?
Since the editor update, setting an editor theme is setting the localStorage property independently for each the Brew and Style editors but on the same key. So if I set my Brew editor to "neat", and the Style editor to "twilight", i can have different themes for each. But when i reload the page, is pulling "twilight" for both editors.
I believe that we should not allow different themes per editor (and I don't believe we have intended to allow this). But if for some reason we do want to allow it, we need to save the themes separately in localStorage.
Code