Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cancel link mode on down arrow
  • Loading branch information
aclement committed Jan 26, 2012
1 parent f910f43 commit b480e19
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -928,6 +928,10 @@ function(mUndoStack, mKeyBinding, mRulers, mAnnotations, mTextDND, mRegex) {
isStatusActive: function() {
return this.linkedModeActive;
},
lineDown: function() {
this.cancel();
return true;
},
enter: function() {
this.cancel();
return true;
Expand Down

0 comments on commit b480e19

Please sign in to comment.