Skip to content

Commit

Permalink
Reset the previous selection
Browse files Browse the repository at this point in the history
  • Loading branch information
icebeat committed Nov 17, 2012
1 parent e9bfca1 commit 15a0ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/events.js
Expand Up @@ -81,6 +81,7 @@ Extend(Editor.prototype, {


last = start; last = start;
start = this.shiftSelecting || start; start = this.shiftSelecting || start;
this.previousSelection = null;
this.updateSelection(start, last); this.updateSelection(start, last);


var mousemove = function (e) { var mousemove = function (e) {
Expand Down

0 comments on commit 15a0ea4

Please sign in to comment.