Skip to content

Commit

Permalink
turn on edit if key doesn't return from foruma editor
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Dec 24, 2013
1 parent 10fe08d commit a6c2614
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jquery.sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -3671,14 +3671,15 @@ jQuery = jQuery || window.jQuery;
break;
case key.ESCAPE:
jS.evt.cellEditAbandon();
return true;
break;
case key.ENTER:
jS.evt.cellSetActiveFromKeyCode(e, true);
return false;
break;
default:
jS.cellLast.isEdit = true;
}

jS.cellLast.isEdit = true;
},

/**
Expand Down

0 comments on commit a6c2614

Please sign in to comment.