Skip to content

Commit

Permalink
set default singleSelectionheightPerLine = true
Browse files Browse the repository at this point in the history
  • Loading branch information
antimatter15 committed Feb 9, 2016
1 parent 5c71e18 commit bf6ec7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/codemirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -5455,6 +5455,7 @@
option("cursorScrollMargin", 0);
option("cursorHeight", 1, updateSelection, true);
option("singleCursorHeightPerLine", true, updateSelection, true);
option("singleSelectionHeightPerLine", true, updateSelection, true);
option("workTime", 100);
option("workDelay", 100);
option("flattenSpans", true, resetModeState, true);
Expand Down

0 comments on commit bf6ec7e

Please sign in to comment.