Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 527206 - Merge LSP support into master
revert bad change
  • Loading branch information
squarti committed Nov 24, 2017
1 parent 75d070c commit b2e5615
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -479,9 +479,6 @@ define("orion/editor/textView", [
//W3C
var sel = win.getSelection();
range = doc.createRange();
if(start.offset > end.offset) {
start.offset = end.offset;
}
range.setStart(start.node, start.offset);
range.setEnd(end.node, end.offset);
if (view._hasFocus && (
Expand Down

0 comments on commit b2e5615

Please sign in to comment.