0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Remove unused toTop function

This commit is contained in:
G.Ambatte
2022-06-05 11:13:35 +12:00
parent 2ac9c190a9
commit 4f69b1e7e0

View File

@@ -60,11 +60,6 @@ const Snippetbar = createClass({
});
},
toTop : function(){
this.props.sourceJump(0);
this.props.brewJump(1);
},
renderEditorButtons : function(){
if(!this.props.showEditButtons) return;