mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 17:02:40 +00:00
Remove obsolete dev function
This commit is contained in:
@@ -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){
|
changeTheme : function(e){
|
||||||
this.props.updateEditorTheme(e.target.value);
|
this.props.updateEditorTheme(e.target.value);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user