0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

bring back update native func

This commit is contained in:
Víctor Losada Hernández
2025-11-15 16:59:32 +01:00
parent 7bc41f9b0d
commit b78f5079df

View File

@@ -421,6 +421,9 @@ const Editor = createClass({
}
},
//Called when there are changes to the editor's dimensions
update : function(){},
updateEditorTheme : function(newTheme){
window.localStorage.setItem(EDITOR_THEME_KEY, newTheme);
this.setState({