mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
Functionally? working.
This commit is contained in:
@@ -152,7 +152,6 @@ const EditPage = createClass({
|
||||
|
||||
handleMetaChange : function(metadata, field=undefined){
|
||||
if(field == 'theme' || field == 'renderer') {// Fetch theme bundle only if theme or renderer was changed
|
||||
console.log(metadata);
|
||||
fetchThemeBundle(this, metadata.renderer, metadata.theme);
|
||||
}
|
||||
this.setState((prevState)=>({
|
||||
|
||||
Reference in New Issue
Block a user