0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 20:52:40 +00:00

Fix loading CSS for Legacy

This commit is contained in:
Trevor Buckner
2024-07-23 17:11:48 -04:00
parent ac82e3ecb2
commit 27c52fc244
5 changed files with 6 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ const EditPage = createClass({
},
handleMetaChange : function(metadata, field=undefined){
if(field == 'theme') // Fetch theme bundle only if theme was changed
if(field == 'theme' || field == 'renderer') // Fetch theme bundle only if theme or renderer was changed
this.fetchThemeBundle(metadata.renderer, metadata.theme);
this.setState((prevState)=>({