diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 6366d0520..fd9f850d3 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -212,7 +212,7 @@ const Editor = createClass({ }, sourceJump : function(targetLine=null){ - if(this.isText() || (this.isStyle() && targetLine == 0)) { + if(this.isText()) { if(targetLine == null) { targetLine = 0;