0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 03:02:40 +00:00

Remove obsolete dev function

This commit is contained in:
G.Ambatte
2023-04-02 16:53:30 +12:00
parent dc55880544
commit b28e183f95

View File

@@ -102,14 +102,6 @@ const Snippetbar = createClass({
});
},
selectTheme : function(){
console.log('select theme');
console.log(global.config);
const editorTheme = window.prompt('Enter theme name:', 'default');
if(!editorTheme) return;
this.props.updateEditorTheme(editorTheme);
},
changeTheme : function(e){
this.props.updateEditorTheme(e.target.value);